ProjectTemplate (version 0.7)

get.project: Show information about the current project.

Description

This function will return all of the information that ProjectTemplate has about the current project. This information is gathered when load.project is called. At present, ProjectTemplate keeps a record of the project's configuration settings, all packages that were loaded automatically and all of the data sets that were loaded automatically. The information about autoloaded data sets is used by the cache.project function.

Usage

get.project()

Arguments

Value

A named list.

Details

In previous releases this information has been available through the global variable project.info. Using this variable is now deprecated and will result in a warning.

See Also

create.project, load.project, cache.project, show.project

Examples

Run this code
# NOT RUN {
library('ProjectTemplate')

# }
# NOT RUN {
load.project()

get.project()
# }

Run the code above in your browser using DataCamp Workspace