Learn R Programming

adapr (version 1.0.2)

remove_package: Remove R package to a project

Description

Remove R package to a project

Usage

remove_package(project.id = get.project(), library.name)

Arguments

project.id

project.id to add R package to

library.name

R package name to add

Value

Library information data

Details

Remove line from file

Examples

Run this code
# NOT RUN {
remove_package("adaprHome","ggplot2")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab