Skip to content

Commit

Permalink
fix broken example
Browse files Browse the repository at this point in the history
  • Loading branch information
JosiahParry committed May 2, 2024
1 parent 61a64ae commit 21a1e06
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions R/esri-featureset-list.R
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
#' as_esri_featureset(xym)
#'
#' # MULTILINESTRING
#' as_esri_featureset(st_sfc(st_multilinestring(list(xy, xy))))
#' as_esri_featureset(st_sfc(st_multilinestring(list(xyz, xyz))))
#' as_esri_featureset(st_sfc(st_multilinestring(list(xym, xym))))
#' as_esri_featureset(st_sfc(st_multilinestring(list(xy[[1]], xy[[1]]))))
#' as_esri_featureset(st_sfc(st_multilinestring(list(xyz[[1]], xyz[[1]]))))
#' as_esri_featureset(st_sfc(st_multilinestring(list(xym[[1]], xym[[1]]))))
#'
#' # POLYGON
#' coords <- rbind(
Expand Down
6 changes: 3 additions & 3 deletions man/featureset.Rd

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

0 comments on commit 21a1e06

Please sign in to comment.