Description Usage Arguments Value See Also Examples
Copies a Hi-sAFe template to specified location.
1 | copy_hisafe_template(template, destination, overwrite = FALSE, new.name = NULL)
|
template |
A character string of the path to the Hi-sAFe directory structure/files to use as a template
(or one of the strings signaling a default template)
See |
destination |
A character string of the path to where the template folder should be copied. |
overwrite |
A logical indicating whether or not to allow overwriting of an existing folder. |
new.name |
A character string of the a name for the newly copied folder.
If |
Invisibly returns a logical vector indicating if the attempted fily copy succeeded.
Other hisafe helper functions:
get_pheno_dates(),
get_pruning_dates(),
hip_params(),
hisafe_info(),
hisafe_profiles(),
hop_filter(),
hop_merge(),
hop_params(),
hop_rename(),
is_face(),
is_hip(),
is_hop(),
join_profiles(),
make_rel_years(),
profile_check(),
variable_check(),
which_profiles()
1 2 3 4 | ## Not run:
copy_hisafe_template("agroforestry", "/Users/myname/Desktop/")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.