To check the data type of a variable in R, use the typeof() function . The typeof() is a built-in R function that defines the (internal) type or storage mode of any R object.
To check the data type of a variable in R, use the typeof() function . The typeof() is a built-in R function that defines the (internal) type or storage mode of any R object.