This sources all code files constructed by define_design()
Arguments
- d
A character vector of the research design steps function names
- rel_dir
The relative path to your code directory, defaults to "code"
- one_file
If
TRUE
, then all step code is expected to be in a file with the nameone_file_name
. If FALSE (the default), each step code is expected to be in a separate file with the step name as file name.- one_file_name
The name of the code file containing the code if all step code is in one file. Defaults to "design_steps.R".
Value
The result of the source()
command.
Examples
if (FALSE) {
print("Sorry. No examples yet.")
}