powered by
defol
Cast data frame to list-like defol object
as_defol(x)
x cast to a defol object
x
A data frame or list-like object to cast. Must have named elements for "year", "series", "gsi", "ngsi", and "defol_status".
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)
Run the code above in your browser using DataLab