make_quiltr_template: Make a template directory

Description Usage Arguments Value Examples

View source: R/templates.R

Description

Generates a template directory for use with quilt in the specified location.

Usage

1
make_quiltr_template(path, template = "default")

Arguments

path

(character of length 1) Where to make the template directory.

template

(character of length 1) That name of the template to use. To see a list of available templates, use list_quiltr_templates.

Value

(character of length 1) The path to the template directory that was made.

Examples

1
2
3
4
5
6
## Not run: 

# The following would make the directory "/home/my_name/documents/default"
make_quiltr_template(path = "/home/my_name/documents", template = "default")

## End(Not run)

grunwaldlab/quiltr documentation built on May 17, 2019, 8:40 a.m.