Skip to content

Commit

Permalink
remove user param from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JosiahParry committed Feb 9, 2024
1 parent 975653c commit ea2dd03
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions R/add_item.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@
#' `add_item()`.
#'
#' @inheritParams arcgisutils::as_layer
#' @param user default environment variable `Sys.getenv("ARCGIS_USER")`.
#' The username to publish the item under.
#' @param description a length 1 character vector containing the description of
#' the item that is being added. Note that the value cannot be larger than 64kb.
#' @param tags a character vector of tags to add to the item.
Expand Down
1 change: 0 additions & 1 deletion R/create-service.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#' Creates an empty FeatureServer with no additional layers.
#'
#' @param service_name Feature Service name.
#' @param user default `Sys.getenv("ARCGIS_USER")`. Your account's username.
#' @param description default blank. The description of the feature server.
#' @param crs default `3857`. A coordinate reference system to set for the feature server.
#' Must be compatible with `sf::st_crs()`.
Expand Down
2 changes: 0 additions & 2 deletions man/create_feature_server.Rd

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

3 changes: 0 additions & 3 deletions man/publish.Rd

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

0 comments on commit ea2dd03

Please sign in to comment.