Learn R Programming

manydata (version 1.0.1)

call_packages: Call, download, and update many* packages

Description

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.

Usage

call_packages(package, develop = FALSE)

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.

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.

See Also

Other call_: call_releases(), call_treaties()

Examples

Run this code
# \donttest{
#call_packages()
#call_packages("manyenviron")
# }

Run the code above in your browser using DataLab