Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
Permalink
Browse files

And more perma_cc escaping

  • Loading branch information...
adam3smith committed Feb 9, 2019
1 parent b26d877 commit c544ee38a6502d9a6b9e1b566c484e8834112637
Showing with 5 additions and 2 deletions.
  1. +3 −1 R/archivr.R
  2. +0 −1 man/get_folder_id.Rd
  3. +2 −0 man/get_folder_ids.Rd
@@ -546,7 +546,6 @@ get_api_key <- function() {
#' @return The current folder id state.
#' @seealso [get_folder_ids()]
#' @examples
#' set_api_key("API KEY")
#' set_folder_id("42")
#' get_folder_id()
get_folder_id <- function () {
@@ -561,8 +560,11 @@ get_folder_id <- function () {
#' @export
#' @return A list of vectors with the top folder and all its children.
#' @examples
#' \dontrun{
#' set_api_key("API KEY")
#' get_folder_ids()
#' }

get_folder_ids <- function () {
perma_cc_key <- get_api_key()
reply <- NULL

Some generated files are not rendered by default. Learn more.

Some generated files are not rendered by default. Learn more.

0 comments on commit c544ee3

Please sign in to comment.
You can’t perform that action at this time.