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

Commit

Permalink
export gs_deauth(), as I claim to do; create auth docs family
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc committed Jul 2, 2016
1 parent ba4e897 commit 61042dd
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 3 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Expand Up @@ -14,6 +14,7 @@ export(gs_add_row)
export(gs_auth)
export(gs_browse)
export(gs_copy)
export(gs_deauth)
export(gs_delete)
export(gs_download)
export(gs_edit_cells)
Expand Down
2 changes: 1 addition & 1 deletion R/gd_drive_user.R
Expand Up @@ -48,7 +48,7 @@ drive_user <- function() {
#' @template verbose
#'
#' @template return-drive_user
#'
#' @family auth functions
#' @export
#' @examples
#' \dontrun{
Expand Down
5 changes: 3 additions & 2 deletions R/gs_auth.R
Expand Up @@ -70,7 +70,7 @@
#' @template verbose
#'
#' @template return-Token2
#'
#' @family auth functions
#' @export
#'
#' @examples
Expand Down Expand Up @@ -198,7 +198,8 @@ token_available <- function(verbose = TRUE) {
#' \code{.httr-oauth} file in working directory, if such exists, by renaming
#' to \code{.httr-oauth-SUSPENDED}
#' @template verbose
#'
#' @export
#' @family auth functions
#' @examples
#' \dontrun{
#' gs_deauth()
Expand Down
4 changes: 4 additions & 0 deletions man/gd_user.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions man/gs_auth.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions man/gs_deauth.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 61042dd

Please sign in to comment.