Answers for "check type of dataframe in r"

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 "check type of dataframe in r"

Browse Popular Code Answers by Language