main()
will read the .toml
files inside the project_path
and begin sourcing the strata
and laminae
in the order specified by the
user, with or without logging messages.
When a strata project is created main.R
is added to the project root. This
script houses main()
, and this file is the entry point to the project and
should be the target for automation. However, main()
can be called from
anywhere, and users can opt to not use main.R
at all.