Description Usage Arguments Value Examples
Initialize a raw data folder and R scripts for setting up a package and munging the raw data.
1 | init_data_raw(name = "pkg-devops", data_title = "01-load")
|
name |
String naming an R script for package initialization |
data_title |
String naming an R script for loading raw data |
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.
1 2 3 4 | ## Not run:
init_data_raw()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.