get_ws: Silently connect to and download a Google Sheet.

Description Usage Arguments Value

Description

get_ws takes a key and a worksheet (ws) and silently returns the googlesheet object (see googlesheet) and a tibble of the worksheet.

Usage

1
get_ws(key, ws)

Arguments

key

Path to a file that contains a unique key for the Google sheet. Should be readable by link[base]{scan} with what="char".

ws

A character string specifying title of the worksheet.

Value

The function returns a list. The first element of the list, ss is a googlesheet object, the second element, ww, is a tibble of the worksheet.


bochocki/slackrsheets documentation built on May 8, 2019, 9:46 a.m.