Skip to content

tokens converts NA as "NA" #1372

Description

@kbenoit

Discovered in #1361.

Here, NA should be rendered as "", not "NA".

tokens(c("a a b", NA))
## tokens from 2 documents.
## text1 :
## [1] "a" "a" "b"
## 
## text2 :
## [1] "NA"

Metadata

Metadata

Assignees

Labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions