Skip to content
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.

Commit

Permalink
fix confusing typo in internal docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc committed May 27, 2015
1 parent 10bfcbb commit 1c069eb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions R/http_requests.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
#' Make GET request to Google Sheets API.
#'
#' @param url the url of the page to retrieve
#' @param to_xml whether to convert response contents to xml_doc() or leave as
#' character string
#' @param use_auth logical; indicates if authorization be used, defaults to
#' \code{FALSE} if \code{url} implies public visibility and \code{FALSE}
#' @param to_xml whether to convert response contents to \code{xml_doc()} or
#' leave as character string
#' @param use_auth logical; indicates if authorization should be used, defaults
#' to \code{FALSE} if \code{url} implies public visibility and \code{TRUE}
#' otherwise
#' @param ... optional; further named parameters, such as \code{query},
#' \code{path}, etc, passed on to \code{\link[httr]{modify_url}}. Unnamed
Expand Down
8 changes: 4 additions & 4 deletions man/gsheets_GET.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ gsheets_GET(url, to_xml = TRUE, use_auth = !grepl("public", url), ...)
\arguments{
\item{url}{the url of the page to retrieve}

\item{to_xml}{whether to convert response contents to xml_doc() or leave as
character string}
\item{to_xml}{whether to convert response contents to \code{xml_doc()} or
leave as character string}

\item{use_auth}{logical; indicates if authorization be used, defaults to
\code{FALSE} if \code{url} implies public visibility and \code{FALSE}
\item{use_auth}{logical; indicates if authorization should be used, defaults
to \code{FALSE} if \code{url} implies public visibility and \code{TRUE}
otherwise}

\item{...}{optional; further named parameters, such as \code{query},
Expand Down

0 comments on commit 1c069eb

Please sign in to comment.