``` r library(tidyfst) df <- data.table(x = c("a", "b", NA)) df %>% dummy_dt(x) #> Error: NA in 'new' at positions [3] ```