# NOT RUN {
library(chronicle)
iris_changed <- chronicle::set_classes(dt = iris,
character = 'Species',
integer = c('Sepal.Length', 'Sepal.Width'))
purrr::map_chr(iris_changed, class)
# }
Run the code above in your browser using DataLab