show.project | R Documentation |
This function will show the user 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.
show.project()
No value is returned; this function is called for its side effects.
create.project
, load.project
,
get.project
, cache.project
library('ProjectTemplate')
## Not run: load.project()
show.project()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.