use: Installing and Attaching Packages

Description Usage Arguments Details Value Author(s) Examples

View source: R/use.R

Description

use installs a package or attach add-on packages

Usage

1
use(pkg)

Arguments

pkg

a character string of the name of the package or just the name of the package

Details

This function will load the namespace of the package and attach it to the search list. If the package is not install, it will prompt a a dialogue for user to confirm the installation.

Value

no value is returned

Author(s)

Cher Qin qqin@wesleyan.edu

Examples

1
2
# use("usethis")
# use(usethis)

qqcher/dsproject documentation built on Dec. 31, 2020, 2:11 a.m.