Read in results

read_data(name, path = NULL)

Arguments

name

Character string identifying the data

path

Character string giving the folder path

Value

The saved object

Examples

##Code read_data
#> function (name, path = NULL) #> { #> path <- file.path(path, paste0(name, ".rds")) #> readRDS(path) #> } #> <bytecode: 0x55630b650868> #> <environment: namespace:ETSMissing>