init_data_raw: Initialize a raw data folder and R scripts for setting up a...

Description Usage Arguments Value Examples

Description

Initialize a raw data folder and R scripts for setting up a package and munging the raw data.

Usage

1
init_data_raw(name = "pkg-devops", data_title = "01-load")

Arguments

name

String naming an R script for package initialization

data_title

String naming an R script for loading raw data

Value

A data-raw folder and two files with names based on the arguments supplied to the function. The data loading script will be opened for editing.

Examples

1
2
3
4
## Not run: 
init_data_raw()

## End(Not run)

frankfarach/frankr documentation built on June 9, 2019, 11:40 a.m.