Discovered in #1361. Here, NA should be rendered as "", not "NA". ```r tokens(c("a a b", NA)) ## tokens from 2 documents. ## text1 : ## [1] "a" "a" "b" ## ## text2 : ## [1] "NA" ```
Discovered in #1361.
Here, NA should be rendered as "", not "NA".