where: Search Package Source

Description Usage Arguments Value Examples

View source: R/where.R

Description

Search package from CRAN, Archive, Available and Bioconductor.

Usage

1
where(data, packages)

Arguments

data

result of functin loadData()

packages

one or more package names

Value

a dataframe contains package name, version, modified time and source.

Examples

1
2
3
4
5
d <- loadData()
where(d,c('purrrogress','do'))

# then use command to install
remotes::install_version('purrrogress','0.1.1')

yikeshu0611/wherepackage documentation built on July 19, 2020, 8:43 p.m.