powered by
Extract and return a data frame with the columns that include only numeric values
nums(data)
The input data frame, matrix
This function returns a data frame with the numeric columns of the input dataset.
# NOT RUN { nums(city_data) # }
Run the code above in your browser using DataLab