powered by
Check if an object has a coordinate reference system (has_crs) and returns the proj4string with get_crs of the coordinate reference system.
has_crs
proj4string
get_crs
get_crs(x, ...)has_crs(x, ...)
has_crs(x, ...)
[any] Object to check.
[any]
Further arguments, none implemented.
# NOT RUN { data(deer) has_crs(deer) get_crs(deer) # }
Run the code above in your browser using DataLab