Template create_hymetDP.R script
Arguments
- path
(character) Path to where a new directory should be created
- dir.name
(character) Name of the new directory which will contain the create_hymetDP.R script
Examples
if (FALSE) {
template_hymet(tempdir(), 'my_hymet')
}