remove.packages: This overwrites the base remove.packages function to only...

Description Usage Arguments Value Author(s) Examples

View source: R/package_functions.R

Description

This overwrites the base remove.packages function to only remove the function in the user's project library for package version control

Usage

1
remove.packages(..., lib = proj.env$libPath)

Arguments

...

First, package name, then other named arguments passed to the base install.packages function

lib

Path to users package library

Value

No return value

Author(s)

Alex Hubbard (hubbard.alex@gmail.com)

Examples

1
remove.packages("packageName")

opendoor-labs/projectmap documentation built on Oct. 8, 2019, 1:58 p.m.