setEntityS4Class | R Documentation |
This function creates a local S4 class definition corresponding to a given Entity class definition.
setEntityS4Class(entityClassDef, where = .GlobalEnv)
entityClassDef |
A |
where |
An environment in which to create the S4 class definition if needed |
The function calls setClass
to create the S4 class definition
within its namespace, or, if it does not already exist, to create the S4
class definition within the environment specified in argument where
.
The constructor function created by setClass
is returned, invisibly.
Adam C. Gower agower@bu.edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.