call_packages {manydata} | R Documentation |
Call, download, and update many packages
Description
Call, download, and update many packages
Usage
call_packages(package, develop = FALSE)
Arguments
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. |
Details
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.
Value
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.
See Also
Other call_:
call_releases()
,
call_sources()
,
call_treaties()
Examples
#call_packages()
#call_packages("manyenviron")