Skip to content

Instantly share code, notes, and snippets.

@vikjam
Last active August 29, 2015 14:22
Show Gist options
  • Save vikjam/07702da85b077cfacd1d to your computer and use it in GitHub Desktop.
Save vikjam/07702da85b077cfacd1d to your computer and use it in GitHub Desktop.
Data viewer in R via gvisTable
library(googleVis)
gSee <- function(df) {
return(plot(gvisTable(df, options = list(showRowNumber = TRUE,
page = 'enable',
pageSize = 30))))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment