powered by
(Internal) Are they all numeric columns?
all_numeric(x, ...)
logical - TRUE means that there is a column with numerics, FALSE means that there is a column that is not numeric
data.frame
optional extra inputs
if (FALSE) { all_numeric(airquality) # TRUE all_numeric(iris) # FALSE }
Run the code above in your browser using DataLab