s_tvdb: Search Packages in Task Views

View source: R/s_tvdb.R

s_tvdbR Documentation

Search Packages in Task Views

Description

s_tvdb searchs if one or several package(s) are referred in some task views and lists these task views.

Usage

s_tvdb(..., char = NULL, tvdb = get("tvdb", envir = .GlobalEnv))

Arguments

...

any format recognized by cnsc, except list. The names of one or several task views.

char

(name to) a character vector or a list. Use this argument if ... fails or if you call the function from another function. If used, argument ... is ignored.

tvdb

list. The list of the task views.

Examples

## In real life, download tvdb from CRAN or load it from your directory
## with functions tvdb_down() or tvdb_load().
## In this example, we use a small file.
tvdb_load(system.file("data", "ztvdb.rda", package = "RWsearch"))
tvdb_dfr()
s_tvdb(actuar, FatTailsR, MASS, zoo, NotAPkg)


RWsearch documentation built on March 18, 2022, 5:17 p.m.