View source: R/cdb_unflatten.R
cdb_unflatten | R Documentation |
Converts a flattened COM(P)ADRE database (created by cdb_flatten) back to the CompadreDB class
cdb_unflatten(db)
db |
A data frame created with cdb_flatten, with columns for
matrices |
A CompadreDB object. Because version details are lost when the
database is flattened, the Version
and DateCreated
elements
of the returned CompadreDB object will be NA
.
Patrick M. Barks <patrick.barks@gmail.com>
cdb_flatten string_representation
Other data management:
cdb_flatten()
,
cdb_id_stages()
,
cdb_id_studies()
,
cdb_id()
,
cdb_mean_matF()
,
cdb_rbind()
,
cdb_unnest()
,
mpm_elementwise_apply()
,
mpm_mean()
,
mpm_median()
,
mpm_sd()
,
string_representation
CompadreFlat <- cdb_flatten(Compadre) # flatten
Compadre2 <- cdb_unflatten(CompadreFlat) # reconstitute
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.