read_gs: Read & Preprocess Response from Google Sheet

Description Usage Arguments

View source: R/gsheet_preprocess.R

Description

Read pulished Google sheet into data frame and preprocess the data frame according to the function passed in the argument.

Usage

1
read_gs(url, preprocess = collabin:::loper)

Arguments

url

URL to Google Sheet. The sheet needs to be published through web for it to work without authentication.

preprocess

Function. A function passed to preprocess the data frame returned by googlesheets::gs_read(). It takes df as input and returns a modified df.


collabin/collabin-dev documentation built on April 27, 2020, 5:02 a.m.