recipeSearch: recipeSearch

View source: R/recipeSearch.R

recipeSearchR Documentation

recipeSearch

Description

Search existing data recipes.

Usage

recipeSearch(keywords = character(), cachePath = "ReUseDataRecipe")

Arguments

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 recipeUpdate(). Default is "ReUseDataRecipe".

Value

A recipeHub object.

Examples

recipeSearch()
recipeSearch("gencode")
recipeSearch(c("STAR", "index"))

rworkflow/ReUseData documentation built on Dec. 7, 2023, 11 p.m.