Skip to contents

Extract the output files from a text line

Usage

extr_output_file(line)

Arguments

line

1L character the text line to be read

Value

the file name output from the R script

Examples

extr_output_file("saveRDS('test.Rds')")
#> [1] "test.Rds"