get.project: Show information about the current project.

Description Usage Details Value See Also Examples

View source: R/get.project.R

Description

This function will return all of the information that ProjectTemplate2has about the current project. This information is gathered when load.project is called. At present, ProjectTemplate2keeps 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

1

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.

Value

A named list.

See Also

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

Examples

1
2
3
4
5
6
library('ProjectTemplate2')

## Not run: load.project()

get.project()
## End(Not run)

connectedblue/ProjectTemplate2 documentation built on May 17, 2019, 2:46 p.m.