Create folder structure for data import and processing

init_LEEF(
  config_file = system.file("default_config.yml", package = "LEEF"),
  id = NULL
)

Arguments

config_file

config file to use. If none is specified, cofig.yml in the current working directory will be used.

id

id which will be appended to the name in the config file, using a '.'

Value

invisible TRUE

Examples

if (FALSE) { init_LEEF(system.file("default_config.yml", package = "LEEF")) }