removePackage: Remove R package to a project

Description Usage Arguments Details Value Examples

View source: R/add_library.R

Description

Remove R package to a project

Usage

1
removePackage(project.id = getProject(), library.name)

Arguments

project.id

project.id to add R package to

library.name

R package name to add

Details

Deprecated & Not for direct use. Remove line from autoloading packages file.

Value

Library information data

Examples

1
2
3
4
## Not run: 
removePackage("adaprHome","ggplot2")

## End(Not run) 

gelfondjal/adapr documentation built on Feb. 2, 2020, 1:32 a.m.