extr_output_file.Rd
Extract the output files from a text line
extr_output_file(line)
1L character the text line to be read
the file name output from the R script
extr_output_file("saveRDS('test.Rds')") #> [1] "test.Rds"