recipeSearch | R Documentation |
Search existing data recipes.
recipeSearch(keywords = character(), cachePath = "ReUseDataRecipe")
keywords |
character vector of keywords to be matched to the recipe names. If not specified, function returns the full recipe list. |
cachePath |
A character string for the recipe cache. Must
match the one specified in |
A recipeHub
object.
recipeSearch()
recipeSearch("gencode")
recipeSearch(c("STAR", "index"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.