powered by
source.all( path , grepstring="\\.R", print.source=TRUE )
grepstring
# define path path <- "c:/myfiles/" # source all files containing the string 'Rex' source.all( path , "Rex" )
Run the code above in your browser using DataLab