Extract and return a data frame with the columns that include only numeric values
nums(data)
data | The input data frame, matrix |
---|
This function returns a data frame with the numeric columns of the input dataset.
nums(city_data)#> Error in as.data.frame(data): object 'city_data' not found