Skip to content

Commit

Permalink
export truncate
Browse files Browse the repository at this point in the history
  • Loading branch information
JosiahParry committed Dec 2, 2023
1 parent 37ae9b1 commit 14cd57f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ export(prepare_spatial_filter)
export(publish_item)
export(publish_layer)
export(refresh_layer)
export(truncate_layer)
export(update_features)
export(update_params)
export(xss_defaults)
import(arcgisutils)
importFrom(lifecycle,deprecated)
Expand Down
1 change: 1 addition & 0 deletions R/truncate.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#' truncate_layer(flayer)
#' }
#' }
#' @export
truncate_layer <- function(
x,
async = FALSE,
Expand Down

0 comments on commit 14cd57f

Please sign in to comment.