# Generated by targets: do not edit by hand library(targets) lapply( X = list.files( path = file.path(targets::tar_path_script_support(), "globals"), pattern = "\\.R$", full.names = TRUE, all.files = TRUE, recursive = TRUE ), FUN = function(path) { eval( expr = parse(file = path, keep.source = TRUE), envir = targets::tar_option_get(name = "envir") ) } ) lapply( X = list.files( path = file.path(targets::tar_path_script_support(), "targets"), pattern = "\\.R$", full.names = TRUE, all.files = TRUE, recursive = TRUE ), FUN = function(path) { eval( expr = parse(file = path, keep.source = TRUE), envir = targets::tar_option_get(name = "envir") ) } )