Description Usage Arguments Details
Constructor for a Version class. This is an interal method that builds a Version class from XML. A Version has the following methods:
1 |
pv |
the Project |
name |
the name of the version |
properties |
list of version specific properties. |
xml |
the XML branch if creating from the PROJECT.xml file. |
getProperties Returns the Version
properties.
addProperty Adds a Version
property. name - The property name. value
- The property value.
removeProperty
Removes the given Version property. name - The
property name.
assignProperties - Sets the
project and version properties. theenv - the
envirnment to which the properties will be assigned.
This defaults to the .GlobalEnv.
debug -
Sets the working directory and assigns properties so that
R code from this version can be run in interactive mode.
minor - the minor version used for setting the
working directory.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.