I'm download 20.000 files .png and put in order to specific folder name. Each folder has 1 or 2 .png files.
link of example: https://drive.google.com/drive/folders/1di8b1L1i1lc2ZKTAWyrNiZNpxMmGcQAH?usp=share_link
order_NEW<- data.frame(ACCESION=c('G 1','G 7A', 'G35015', 'G40897','G27573'),
FOLDER= c( 'P_vulgaris', 'P_vulgaris','P_dumosus', 'P_albescens',
'P_lunatus'))
In order_NEW
of FOLDER I'm want create this folders that contain 2 other folders, for sed
and pod
but depend of FOLDER name.
For example the FOLDER P_vulgaris is necessary create 2 others folders, sed
and pod
. In sed
folder I'm want put the sed picture of G 1 and pod
folder put the pod picture.
I have the folders in this form:
The folders contais this type of pictures:
The idea is move the files in other folder, but depend of order_NEW df.
Im find this solution. Maybe dont is the most easy but for now is well for me. Sahe with us.
Get the names of directories
Get only the folder name
Merge the names and add to .jpg format (the pictures files has the same names of each folder)
Im filter the names of each ACCESION in each FOLDER. And create in manual form each one. And in each one the two other folder, seed and pod.
Fit the names for use in a function. Add ' in start and final of each path, , for separate each one.
Run this code
For P_Vulgaris this are the files in
seed
.