Skip to content

Commit

Permalink
Fill in missing description
Browse files Browse the repository at this point in the history
  • Loading branch information
elipousson committed Oct 9, 2024
1 parent ef402ff commit d040e8b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions R/as_crs.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#' Convert object to coordinate reference system or check coordinate reference
#' system
#'
#' - [as_crs]: coerce x to a CRS object and (optionally) error if a NA value is returned.
#' - [is_same_crs]: do x and y have the same coordinate reference system?
#'
#' @param x For [as_crs()], object to convert to a coordinate reference system.
#' For [is_same_crs()] and [is_wgs84()], object to check. For [as_wgs84()],
#' object to convert to EPSG:4326.
Expand Down

0 comments on commit d040e8b

Please sign in to comment.