as_familiar_collection | R Documentation |
Creates a familiarCollection
objects from familiarData
,
familiarEnsemble
or familiarModel
objects.
as_familiar_collection(
object,
familiar_data_names = NULL,
collection_name = NULL,
...
)
## S4 method for signature 'familiarCollection'
as_familiar_collection(
object,
familiar_data_names = NULL,
collection_name = NULL,
...
)
## S4 method for signature 'familiarData'
as_familiar_collection(
object,
familiar_data_names = NULL,
collection_name = NULL,
...
)
## S4 method for signature 'familiarEnsemble'
as_familiar_collection(
object,
familiar_data_names = NULL,
collection_name = NULL,
...
)
## S4 method for signature 'familiarModel'
as_familiar_collection(
object,
familiar_data_names = NULL,
collection_name = NULL,
...
)
## S4 method for signature 'list'
as_familiar_collection(
object,
familiar_data_names = NULL,
collection_name = NULL,
...
)
## S4 method for signature 'character'
as_familiar_collection(
object,
familiar_data_names = NULL,
collection_name = NULL,
...
)
## S4 method for signature 'ANY'
as_familiar_collection(
object,
familiar_data_names = NULL,
collection_name = NULL,
...
)
object |
|
familiar_data_names |
Names of the dataset(s). Only used if the |
collection_name |
Name of the collection. |
... |
Arguments passed on to
|
A data
argument is expected if the object
argument is a
familiarEnsemble
object or one or more familiarModel
objects.
A familiarCollection
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.