| orderly_parse_file | R Documentation |
For expert use only.
orderly_parse_file(path)
orderly_parse_expr(exprs, filename)
path |
Path to |
exprs |
Parsed AST from |
filename |
Name of |
Parses details of any calls to the orderly_ in-script functions
into intermediate representation for downstream use. Also validates
that any calls to orderly_* in-script functions are well-formed.
Parsed orderly entrypoint script
path <- orderly_example()
# About the simplest case
orderly_parse_file(file.path(path, "src", "data", "data.R"))
# Find out about parameters
orderly_parse_file(file.path(path, "src", "parameters", "parameters.R"))
# Find out about dependencies:
orderly_parse_file(file.path(path, "src", "depends", "depends.R"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.