Skip to content

Commit

Permalink
remove reference to ARCGIS_TOKEN env var
Browse files Browse the repository at this point in the history
  • Loading branch information
JosiahParry committed Feb 16, 2024
1 parent 244e1a1 commit a97c5d3
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 15 deletions.
2 changes: 1 addition & 1 deletion R/arc-add-update-delete.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#' the alias. See Details for more.
#' @param rollback_on_failure if anything errors, roll back writes.
#' Defaults to `TRUE`.
#' @param token your authorization token. By default checks the environment variable `ARCGIS_TOKEN`
#' @param token your authorization token.
#'
#' @inheritParams arc_select
#' @details
Expand Down
3 changes: 1 addition & 2 deletions R/arc-open.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
#' `r lifecycle::badge("experimental")`
#'
#' @param url The url of the remote resource. Must be of length one.
#' @param token your authorization token. By default checks the environment
#' variable `ARCGIS_TOKEN`. Set your token using `arcgisutils::set_auth_token()`.
#' @param token your authorization token.
#'
#' @seealso arc_select arc_raster
#' @export
Expand Down
3 changes: 1 addition & 2 deletions man/arc_open.Rd

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

3 changes: 1 addition & 2 deletions man/arc_read.Rd

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

3 changes: 1 addition & 2 deletions man/arc_select.Rd

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

3 changes: 1 addition & 2 deletions man/get_layer.Rd

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

3 changes: 1 addition & 2 deletions man/get_layer_estimates.Rd

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

3 changes: 1 addition & 2 deletions man/truncate_layer.Rd

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

0 comments on commit a97c5d3

Please sign in to comment.