单项选择题
用()把内容是数字的字符型值转换为数值。
A.is.na ()
B.numeric ()
C.is.numeric ()
D.as.numeric ()
点击查看答案&解析
相关考题
-
单项选择题
()函数把字符型向量内容转为大写,()函数转为小写。
A.toupper ();tolower()
B.tolower();toupper ()
C.setupper ();setlower()
D.lower();upper () -
单项选择题
()用来连接两个字符型向量,默认空格连接。
A.copy()
B.link ()
C.paste ()
D.is.paste () -
单项选择题
为了判断向量每个元素是否NA,用()函数。
A.na()
B.is.na()
C.isNA()
D.is.null()
