I’m using R and have loaded data into a dataframe using read.csv()
. How do I determine the data type of each column in the data frame?

I’m using R and have loaded data into a dataframe using read.csv()
. How do I determine the data type of each column in the data frame?