
Kevin L. answered 03/27/19
Tutor
4.9
(134)
Data Science, R, Python, Excel, VBA, SQL and SAS + Native Mandarin
Method type(....) is your friend. For example, type("abcd") will give you <class 'str'>. In R, the equivalent function is class(....)