as.location {geojsonio} | R Documentation |
Convert a path or URL to a location object.
Description
Convert a path or URL to a location object.
Usage
as.location(x, ...)
Arguments
x |
Input. |
... |
Ignored. |
Examples
## Not run:
# A file
file <- system.file("examples", "zillow_or.geojson", package = "geojsonio")
as.location(file)
# A URL
url <- "https://raw.githubusercontent.com/glynnbird/usstatesgeojson/master/california.geojson"
as.location(url)
## End(Not run)
[Package geojsonio version 0.11.3 Index]