as_familiar_data | R Documentation |
Creates familiarData
a object from familiarEnsemble
or
familiarModel
objects.
as_familiar_data(object, ...)
## S4 method for signature 'familiarData'
as_familiar_data(object, ...)
## S4 method for signature 'familiarEnsemble'
as_familiar_data(object, name = NULL, ...)
## S4 method for signature 'familiarModel'
as_familiar_data(object, ...)
## S4 method for signature 'list'
as_familiar_data(object, ...)
## S4 method for signature 'character'
as_familiar_data(object, ...)
## S4 method for signature 'ANY'
as_familiar_data(object, ...)
object |
A |
... |
Arguments passed on to
|
name |
Name of the |
The data
argument is required if familiarEnsemble
or
familiarModel
objects are provided.
A familiarData
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.