powered by
Finds all R related files from a folder
pff_find_R_files_from_folder(folder.in, do.recursive = TRUE)
Folder to search for R related files
Find files in all subdirectories? (default = TRUE)
A dataframe with several information about files and packages
# NOT RUN { my.dir <- dirname(system.file('extdata/Example_Script_1.R', package = 'PkgsFromFiles')) df.files <- pff_find_R_files_from_folder(my.dir) print(df.files) # }
Run the code above in your browser using DataLab