Skip to contents

All functions

clean()
Remove all artifacts generated by scripts
display_scripts_table()
Display the scripts table
external_in()
Mark a file as external input to the script
file_in()
Mark a file as input to the script
file_out()
Mark a file as output from the script
find_descendants()
Find all descendants of a file in the dependency graph
graph()
Create dependency graph from parsed script data
read_state()
Read pipeline state from disk
root()
Find project root directory
run()
Run pipeline
scripts()
Find all R scripts in project
status()
Show pipeline status
topological_sort()
Topological sort of the dependency graph
write_state()
Write pipeline state to disk