powered by
Check if a dataframe only has numeric columns
isNumeric(df)
A dataframe
A boolean
http://healthcare.ai
healthcareai
# NOT RUN { df <- data.frame(a=c(1,2,3), b=c(NA,3,2)) isNumeric(df) # }
Run the code above in your browser using DataLab