View source: R/define_design.R
define_design | R Documentation |
This generates a directory at rel_dir
(defaulting to "./code"). In this directory it will create
a set of files with templates for all code steps or a joint file
containing all step templates.
define_design(
steps,
rel_dir = "./code",
one_file = FALSE,
one_file_name = "design_steps.R"
)
steps |
A character vector containing the names for the step functions. All members need to be valid R names. |
rel_dir |
A relative path to a directory in which you want to create the step templates. |
one_file |
If |
one_file_name |
The name of the code file conating the step templates if all step templates are stored in one file. Defaults to "design_steps.R". |
See the vignette of the package for further details.
The steps
parameter.
## Not run:
print("Sorry. No examples yet.")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.