recipeUpdate | R Documentation |
Function to sync and get the most updated and newly added data recipes through the pubic "rworkflow/ReUseDataRecipe" GitHub repository or user-specified private GitHub repository.
recipeUpdate(
cachePath = "ReUseDataRecipe",
force = FALSE,
remote = FALSE,
repos = "rworkflow/ReUseDataRecipe"
)
cachePath |
A character string specifying the name for the
|
force |
Whether to remove existing and regenerate recipes
cache. Default is FALSE. Only use if any old recipes that have
been previously cached locally are updated remotely (on GitHub
|
remote |
Whether to download the data recipes directly from a GitHub repository. Default is FALSE. |
repos |
The GitHub repository containing data recipes that are
to be synced to local cache. Only works when
|
a recipeHub
object.
## recipeUpdate()
## recipeUpdate(force=TRUE)
## recipeUpdate(force = TRUE, remote = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.