remove_dic.Rd
Remove dictionary class and information from a data.frame or a vector
remove_dic(data, remove_attributes = FALSE)
A vector or a data.frame (or an object that inherits from a data.frame)
If TRUE, all dictionary attributes are removed.
An object not inheriting from class "dic".
dat <- remove_dic(ex_itrf) class(ex_itrf$itrf_I_1) #> [1] "dic" "numeric" class(dat$itrf_I_1) #> [1] "numeric"