Answers for "r find data type of column"

R
2

check type of column in r

#in R
sapply(my.data, class)
Posted by: Guest on June-29-2020

Code answers related to "r find data type of column"

Browse Popular Code Answers by Language