cdb_unflatten.Rd
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
.
CompadreFlat <- cdb_flatten(Compadre) # flatten Compadre2 <- cdb_unflatten(CompadreFlat) # reconstitute