Description Usage Arguments Value
Create a cache of data. This allows functions to run more quickly. Data is saved internally to the package as 'R/sysdata.rda'. Currently, data cache only contains contributor data.
1 | createCache(owner, repo, dateRange, overwrite = FALSE)
|
owner |
The owner of the repository that the blog lives in. |
repo |
The repository name. |
dateRange |
A vector of two dates in yyyy-mm-dd format. Can be strings or date objects. Order doesn't matter. |
overwrite |
TRUE/FALSE. If TRUE, overwrites current data cache. If FALSE, will not overwrite current cache. If there is no existing cache this argument does nothing. |
A dataframe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.