Loading df from Google spreadsheet to R
Feb 14, 2022
A super simple and graceful way to integrate Google spreadsheet to R life!
library(gsheet)df<-gsheet2tbl('https://docs.google.com/spreadsheets/d/1U7NM4xLMQHlmWV4ZGztiUIjRa9twlXyM3vvAKQwAcmI/edit?usp=sharing')
There are a few other examples that suffer from ‘permission denied’ or format distortion issues, but gsheet never failed me despite being the youngest of the kind.
I’d like to know what other techniques you folks are using!