Skip to content

Instantly share code, notes, and snippets.

@vikjam
Last active October 22, 2021 17:16
Show Gist options
  • Save vikjam/b943dd5af69780e70bba93c258a00047 to your computer and use it in GitHub Desktop.
Save vikjam/b943dd5af69780e70bba93c258a00047 to your computer and use it in GitHub Desktop.
Data browser in the browser with googleVis (gvisTable)
g_see <- function(dat) {
plot(
googleVis::gvisTable(dat,
options = list(page = "enable")
)
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment