Answers for "how to check if its a character in r"

1

how to check if its a character in r

a = "test"
is.character(a)
# TRUE
Posted by: Guest on September-14-2020

Code answers related to "how to check if its a character in r"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language