powered by
Print the results of calculating a frequency table
# S3 method for tab print(x, ...)
An object of class tab
tab
Parameters passed to the print function
No return value, called for side effects
# NOT RUN { frequency <- tab(cardata, make, sort = TRUE, na.rm = FALSE) print(frequency) # }
Run the code above in your browser using DataLab