{"id":13666032,"url":"https://github.com/maxconway/gsheet","last_synced_at":"2026-02-19T20:38:19.909Z","repository":{"id":28212438,"uuid":"31716328","full_name":"maxconway/gsheet","owner":"maxconway","description":"Download Google Sheets to R","archived":false,"fork":false,"pushed_at":"2024-12-13T22:01:24.000Z","size":59,"stargazers_count":57,"open_issues_count":2,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-09T08:24:20.411Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maxconway.png","metadata":{"files":{"readme":"README.Rmd","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-05T13:58:14.000Z","updated_at":"2025-10-06T09:16:29.000Z","dependencies_parsed_at":"2022-07-10T13:16:58.027Z","dependency_job_id":null,"html_url":"https://github.com/maxconway/gsheet","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/maxconway/gsheet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxconway%2Fgsheet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxconway%2Fgsheet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxconway%2Fgsheet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxconway%2Fgsheet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxconway","download_url":"https://codeload.github.com/maxconway/gsheet/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxconway%2Fgsheet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29630839,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T18:02:07.722Z","status":"ssl_error","status_checked_at":"2026-02-19T18:01:46.144Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-02T06:00:55.988Z","updated_at":"2026-02-19T20:38:19.880Z","avatar_url":"https://github.com/maxconway.png","language":"R","funding_links":[],"categories":["R"],"sub_categories":[],"readme":"---\noutput: github_document\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r, echo = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"README-\"\n)\n```\n\n# gsheet\n[![Travis-CI Build Status](https://travis-ci.org/maxconway/gsheet.png?branch=master)](https://travis-ci.org/maxconway/gsheet)\n[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/gsheet)](https://cran.r-project.org/package=gsheet)\n\ngsheet is a simple package to download [Google Sheets](https://www.google.com/sheets/about/ (aka Google Docs Spreadsheets) using just the sharing link. Sheets can be downloaded as a data frame, or as plain text to parse manually. \n\n## Installation\nInstall from CRAN with:\n```{r, eval=FALSE}\ninstall.packages('gsheet')\n```\n\nOr install the latest development version from github with:\n```{r, eval=FALSE}\ndevtools::install_github(\"maxconway/gsheet\")\n```\n\n## Getting started\nDownload a google sheet as a table with:\n```{r, eval=FALSE}\nlibrary(gsheet)\ngsheet2tbl('docs.google.com/spreadsheets/d/1I9mJsS5QnXF2TNNntTy-HrcdHmIF9wJ8ONYvEJTXSNo')\n```\n\n## Advanced\n### More control\nIf you want more control, you might want to use something like:\n```{r, eval=FALSE}\nurl \u003c- 'docs.google.com/spreadsheets/d/1I9mJsS5QnXF2TNNntTy-HrcdHmIF9wJ8ONYvEJTXSNo'\na \u003c- gsheet2text(url, format='csv')\nb \u003c- read.csv(a, stringsAsFactors=FALSE)\n```\nThis way the table can be cleaned before parsing, and different options can be used in parsing.\n\n### Downloading other sheets\nIf you want to download a sheet other than the first, you have to use the direct url, copied from the address bar, like so:\n```{r, eval=FALSE}\nurl \u003c- 'docs.google.com/spreadsheets/1I9mJsS5QnXF2TNNntTy-HrcdHmIF9wJ8ONYvEJTXSNo#gid=850032961'\nb \u003c- gsheet2tbl(url)\n```\nThis works because this makes the `gid`, which is the sheet identifier, available.\nIf you have problems downloading the first sheet, this can also help too.\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxconway%2Fgsheet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxconway%2Fgsheet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxconway%2Fgsheet/lists"}