load_google_sheet: Read in data from a Google Spreadsheet

View source: R/stage_meta_manual.R

load_google_sheetR Documentation

Read in data from a Google Spreadsheet

Description

Data-reading function from comments in http://blog.revolutionanalytics.com/2014/06/reading-data-from-the-new-version-of-google-spreadsheets.html

Usage

load_google_sheet(sheets_key, na.string = "", header = TRUE)

Arguments

sheets_key

the Google document key, a string of letters and numbers found in the browser URL after /d/

na.string

the string to convert to NA if it's all that's in a cell

header

logical. Expect a header row?


USGS-R/mda.streams documentation built on June 3, 2023, 8:43 a.m.