Description Usage Arguments Value Examples
Loads a data file from the data_pkg
directory from a user's Dropbox
root folder. This keeps very large data objects outside of the package, and
off of GitHub.
1 | data_dropbox(object, location = paste0(getOption("ROOT_DROPBOX"), "data_pkg/"))
|
object |
the data object to be loaded (not quoted) |
location |
the directory where the large data objects are located. The
default location is set upon loading the package, by the environment
variable |
loads the object into the global environment
1 2 3 4 | ## Not run:
data_dropbox(data_corpus_SCOTUS)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.