R/utils.R
is_crs.Rd
Is CRS
is_crs(x)
The object to test
A flag.
is_crs("blah") #> [1] FALSE is_crs("epsg:3857") #> [1] TRUE is_crs(3857) #> [1] TRUE