powered by
as_defol()
Alias to as_defol()
as.defol(x)
x cast to a defol object
x
defol
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