s_tvdb | R Documentation |
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 |
char |
(name to) a character vector or a list. Use this argument if
|
tvdb |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.