Survey the layout and execution order of your project
Usage
survey_strata(project_path)
Arguments
- project_path
path to your project folder
Value
data frame of the layout of your project based on the .tomls
Examples
if (FALSE) { # \dontrun{
survey_strata("PATH/TO/PROJECT/FOLDER/")
} # }