View source: R/aqueduct_initial.R
Helper function for aqueduct_setup()
1 | aqueduct_initial(basepath, ..., projname)
|
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; |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.