R/col_datatypes.R

Defines functions col_dtypes

# Getting the data types of the columns in a dataframe
col_dtypes <- function(ipdata){
  return(sapply(ipdata, class))
}
TarunWuyyuru26/wlime documentation built on Jan. 12, 2020, 6:27 p.m.