Skip to content

Instantly share code, notes, and snippets.

@mwfrost
Created April 26, 2011 19:00
Show Gist options
  • Select an option

  • Save mwfrost/942863 to your computer and use it in GitHub Desktop.

Select an option

Save mwfrost/942863 to your computer and use it in GitHub Desktop.
apply table() to every column
apply(dat, 2, table)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment