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.