get_crs: Obtains the Coordinate Reference Systems

View source: R/crs.R

get_crsR Documentation

Obtains the Coordinate Reference Systems

Description

Returns the proj4string of an object.

Usage

get_crs(x, ...)

Arguments

x

[any]
Object to check.

...

Further arguments, none implemented.

Value

The proj4string of the CRS.

Examples

data(deer)
get_crs(deer)

amt documentation built on March 31, 2023, 5:29 p.m.