Learn R Programming

adapr (version 2.0.0)

updateAdaprConfig: Updates the project list file to include project specific libraries.

Description

Updates the project list file to include project specific libraries.

Usage

updateAdaprConfig()

Arguments

Value

orchard

Details

Adds 2 columns to project listing. (project.library and library.path). This enables project specific libraries.

Projects are by default set to use the default library. If packrat is used, this is probably not the case.

Examples

Run this code
# NOT RUN {
orchard <- updateOrchardLibraries()
print(subset(orchard,project.id=="adaprHome"))
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab