Skip to content

Instantly share code, notes, and snippets.

@davidcomfort
Last active November 15, 2015 18:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidcomfort/4c094d70554885e4b978 to your computer and use it in GitHub Desktop.
Save davidcomfort/4c094d70554885e4b978 to your computer and use it in GitHub Desktop.
# install.packages("googlesheets")
suppressMessages(library(dplyr))
library(googlesheets)
library(dplyr)
gs_url("https://docs.google.com/spreadsheets/d/1IbDM8z5XicMIXgr93FPwjgwoTTKMuyLfzU6cQrGZzH8/pub?gid=0",lookup = FALSE)
## Sheet-identifying info appears to be a browser URL.
## googlesheets will attempt to extract sheet key from the URL.
## Putative key: 1IbDM8z5XicMIXgr93FPwjgwoTTKMuyLfzU6cQrGZzH8
## Authentication will not be used.
## Worksheets feed constructed with public visibility
## Spreadsheet title: indicator gapminder population
## Spreadsheet author: gapdata
## Date of googlesheets registration: 2015-10-05 16:54:10 GMT
## Date of last spreadsheet update: 2012-09-07 13:50:39 GMT
## visibility: public
## permissions: rw
## version: new
##
## Contains 5 worksheets:
## (Title): (Nominal worksheet extent as rows x columns)
## Data: 261 x 233
## About: 43 x 6
## Footnotes: 20 x 6
## Settings: 20 x 6
## v: 20 x 6
##
## Key: 1IbDM8z5XicMIXgr93FPwjgwoTTKMuyLfzU6cQrGZzH8
## Browser URL: https://docs.google.com/spreadsheets/d/1IbDM8z5XicMIXgr93FPwjgwoTTKMuyLfzU6cQrGZzH8/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment