googlesheets (version 0.1.0)

gsheets_GET: Create GET request

Description

Make GET request to Google Sheets API.

Usage

gsheets_GET(url, to_xml = TRUE, use_auth = !grepl("public", url), ...)

Arguments

url
the url of the page to retrieve
to_xml
whether to convert response contents to an xml_doc or leave as character string
use_auth
logical; indicates if authorization should be used, defaults to FALSE if url implies public visibility and TRUE otherwise
...
optional; further named parameters, such as query, path, etc, passed on to modify_url. Unnamed parameters will be combined with