as_defol | R Documentation |
defol
objectCast data frame to list-like defol
object
as_defol(x)
x |
A data frame or list-like object to cast. Must have named elements for "year", "series", "gsi", "ngsi", and "defol_status". |
x
cast to a defol
object
data(dmj_defol)
example_data <- as.data.frame(dmj_defol)
is.defol(example_data)
back_to_defol <- as_defol(example_data)
is.defol(back_to_defol)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.