dataSearch: dataSearch search data in local data caching system

View source: R/dataSearch.R

dataSearchR Documentation

dataSearch search data in local data caching system

Description

dataSearch search data in local data caching system

Usage

dataSearch(keywords = character(), cachePath = "ReUseData")

Arguments

keywords

character vector of keywords to be matched to the local datasets. It matches the "notes" when generating the data using getData(notes = ). Keywords can be a tag with the data in ⁠#tag⁠ format. If not specified, function returns the full data list.

cachePath

A character string for the data cache. Must match the one specified in dataUpdate(). Default is "ReUseData".

Value

a dataHub object containing the information about local data cache, e.g., data name, data path, etc.

Examples

dataSearch()
dataSearch(c("gencode")) 
dataSearch("#gatk")


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