Description Usage Arguments Methods (by generic) Slots
Classes that inherit from this class are used to convert to R a server language object that is composed of named fields. The corresponding R object will have conversions for the fields that can be accessed with the "$" operator.
1 2 3 4 5 6 7 8 | ## S4 method for signature 'from_Server'
initialize(.Object, ..., referenceClass = TRUE)
## S4 method for signature 'from_Server'
x$name
## S4 method for signature 'from_Server'
show(object)
|
.Object, referenceClass |
arguments supplied automatically. |
... |
possible slots for subclasses |
x, name |
the object and the field name |
object |
an object from some server class, converted by the |
initialize: performs some checks on the fields
$: extract a field. The name must match a field in the
data part.
show: automatic printing, currently just a list of field names.
serverClassthe name of the server language class
modulethe name of the server language module
languagethe name of the server language
fieldsthe names of the server language fields
datathe converted data for the server fields
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.