Skip to content

Commit

Permalink
some minor vignette additions.
Browse files Browse the repository at this point in the history
  • Loading branch information
gfinak committed Aug 1, 2018
1 parent 0d804db commit fc806f7
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 46 deletions.
7 changes: 5 additions & 2 deletions vignettes/usingDataPackageR.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ The user needs to provide:

- R or Rmd code files that do data processing.
- A list of R object names created by those code files.

- Optionally a path to a directory of raw data (will be copied into the package).
- Optionally a list of additional code files that may be dependencies of your R scripts.


```{r minimal_example, results='hide'}
Expand All @@ -65,7 +66,9 @@ DataPackageR::datapackage_skeleton(name = "mtcars20",
force = TRUE,
code_files = processing_code,
r_object_names = "cars_over_20",
path = tempdir()
path = tempdir()
#dependencies argument is empty
#raw_data_dir argument is empty.
)
```

Expand Down

0 comments on commit fc806f7

Please sign in to comment.