create_directory_from_template: Create and populate a directory from a template

Description Usage Arguments Value Examples

View source: R/create_data_project.R

Description

Recursively creates a directory using a template downloaded from the internet.

Usage

1
create_directory_from_template(path, url_template)

Arguments

path

Path to create directory.

url_template

A GitHub repository download link.

Value

Prints out messages saying the directory were created.

Examples

1
2
3
4
5
6
7
## Not run: 
create_directory_from_template(
  "new_dir",
  "https://github.com/dcl-docs/project/archive/master.zip"
)

## End(Not run)

stanford-datalab/dcl documentation built on March 24, 2021, 8:44 a.m.