s_tvdb {RWsearch} | R 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 |
char |
(name to) a character vector or a list. Use this argument if
|
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)
[Package RWsearch version 5.1.4 Index]