call_packages | R Documentation |
Call, download, and update many packages
call_packages(package, develop = FALSE)
package |
A character vector of package name. For multiple packages, please declare package names as a vector (e.g. c("package1", "package2")). |
develop |
Would you like to download the develop version of the package? FALSE by default. |
call_packages()
finds and download other packages
that belong to the many universe of packages.
It allows users to rapidly access the names and other
descriptive information of these packages.
If users intend to download and install a package listed,
they can type the package name within the function.
call_packages()
returns a tibble with the 'many packages'
currently available.
If one or more package names are provided,
these will be installed from Github.
Other call_:
call_releases()
,
call_sources()
,
call_treaties()
#call_packages()
#call_packages("manyenviron")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.