I have a directory A
with 67000
txt files and a data frame with a column having 400
file names.
I need to make a directory B
with these 400
files chosen from A
.
How can I do this in R ?
I have a directory A
with 67000
txt files and a data frame with a column having 400
file names.
I need to make a directory B
with these 400
files chosen from A
.
How can I do this in R ?