Skip to contents

Template create_hymetDP.R script

Usage

template_hymet(path, dir.name)

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

Value

Empty create_hymetDP.R script.

Examples

if (FALSE) {
template_hymet(tempdir(), 'my_hymet')
}