Answers for "r check string for character"

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 "r check string for character"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language