Answers for "how to check what is the variable type in r is vector"

R
1

find data type of vector r

typeof(c("a" , "b", "c"))
Posted by: Guest on September-21-2021

Code answers related to "how to check what is the variable type in r is vector"

Browse Popular Code Answers by Language