Description Usage Arguments Value See Also
Get or set the values stored in slots of an object of class
Schema.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | inputs(x)
prototypes(x)
inputs(x) <- value
prototypes(x) <- value
## S4 method for signature 'Schema'
inputs(x)
## S4 method for signature 'Schema'
prototypes(x)
## S4 replacement method for signature 'Schema'
inputs(x) <- value
## S4 replacement method for signature 'Schema'
prototypes(x) <- value
|
x |
conceptually, any R object. |
value |
depends of the function used.
|
inputs() returns a named character vector.
prototypes() returns a named list.
Functions inputs<-(), prototypes<-() and
constructor<-() update x and return its updated version
invisibly.
Other Schema:
Schema-class,
Schema-coercions,
Schema-extractors,
Schema-methods,
Schema-setops,
Schema-validators,
is_schema()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.