Read and parse one single extraction script

rxs_parseSingleExtractionScript(
  filename,
  path,
  progress = NULL,
  silent = metabefor::opts$get("silent"),
  parallel_options = NULL,
  showErrors = TRUE,
  encoding = "UTF-8"
)

Arguments

filename

The filename with the extraction script.

path

The path to the directory with that extraction script.

progress

Optionally, a progress bar to tick after the file has been parsed (must be a progress::progress_bar() object.

silent

Whether to be quiet or chatty.

parallel_options

Used to pass options for parallel processing.

showErrors

Whether to show or hide errors that are encountered.

encoding

The files' encoding.

Value

A list of parsed extraction scripts.