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"))
Run the code above in your browser using DataLab