[Rd] as.character(list(NA))

Patrick Perry pperry at stern.nyu.edu
Sat Jan 20 16:43:52 CET 2018


As of R Under development (unstable) (2018-01-19 r74138):

 > as.character(list(NA))
[1] "NA"

 > is.na(as.character(list(NA)))
[1] FALSE



More information about the R-devel mailing list