
Last chance! 50% off unlimited learning
Sale ends in
library(magrittr)
x <- as_dvec(4:6)
attr(x, 'guide') <- list(a = 4L, b = 5L, c = 6L)
x %>% str
x %>% classified %>% str
x %>% explicit_guide %>% classified %>% str
x %>% resolve %>% str
x %>% str
x %>% resolve %>% desolve %>% str
Run the code above in your browser using DataLab