Learn R Programming

RWsearch (version 5.1.4)

s_tvdb: 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

Run this code
## 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)

Run the code above in your browser using DataLab