View source: R/aqueduct_setup.R
This function establishes filepaths that are to be used in an aqueduct workflow by defining the filepaths and their names. Shorter names make more readable workflows. These filepaths are stored in a hidden aqueduct environment to avoid clutter (an environment that is established in this folder)
1 2 3 4 5 6 7 | aqueduct_setup(
basepath = "",
...,
projname = "aqueduct",
update = FALSE,
archive = FALSE
)
|
basepath |
Character string; directory in which you want the aqueduct files to be
located, provided as an exact formula (see entry below).
If |
... |
Filepath formulas, separated by commas. There are two kinds of formulas. An exact formula should be given as a string. These work best for establishing the basepaths from the root of your system from which all other paths are derived. For example, basepath = "C:/Users/example_user" The formulas may also be given as relative paths, where the first level is derived from previously defined filepaths. For example, datapath ~ basepath/data/raw which would correspond to "C:/Users/example_user/data/raw" |
projname |
Character string; |
update |
logical; |
archive |
logical; |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.