rxs_parseSingleExtractionScript.Rd
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"
)
The filename with the extraction script.
The path to the directory with that extraction script.
Optionally, a progress bar to tick after the file
has been parsed (must be a progress::progress_bar()
object.
Whether to be quiet or chatty.
Used to pass options for parallel processing.
Whether to show or hide errors that are encountered.
The files' encoding.
A list of parsed extraction scripts.