Skip to contents

Entry point and automation target for your strata project

Usage

main(project_path, silent = FALSE)

Arguments

project_path

A path to automation project folder

silent

A logical flag to suppress logging output

Value

invisible execution plan

Examples

if (FALSE) { # \dontrun{
main("/PATH/TO/PROJECT/FOLDER")
} # }