Last chance! 50% off unlimited learning
Sale ends in
s_tvdb
searchs if one or several package(s) are referred in some task views
and lists these task views.
s_tvdb(..., char = NULL, tvdb = get("tvdb", envir = .GlobalEnv))
any format recognized by cnsc
, except list.
The names of one or several task views.
(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.
list. The list of the task views.
## 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