Entering edit mode
4.4 years ago
rse
▴
100
Hi guys,
I want to know how can i run R commands on all files in the directory?
Thanks in advance
Hi guys,
I want to know how can i run R commands on all files in the directory?
Thanks in advance
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
The easy way - a
for
loop in bash. The good way - pipeline manager like nextflow/wdl/snakemakeThanks for the answer. I want to do using R
Please add some details if you wish an answer beyond
use a loop
(because loops do exist in every programming language, also in R).Thanks for the answer. I want to run read.table on all files in my directory