Description Usage Arguments Value Examples
View source: R/source_data_raw.R
Usually we work on one dataset only, and don't know if our change impacted other datasets. This function helps "refresh" all datasets at once. It may be used interactively while developing the package, or in CI to regularly check we can reproduce all datasets we export, and that the result is consistent with our regression tests.
1 | source_data_raw(path = "data-raw")
|
path |
String. Path in the working directory. |
invisible(path)
, as it's called for its side effect.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.