# NOT RUN {
# A file
file <- system.file("examples", "zillow_or.geojson",
package = "geojsonlint")
as.location(file)
# A URL
url <- paste0("https://raw.githubusercontent.com/glynnbird/",
"usstatesgeojson/master/california.geojson")
as.location(url)
# }
Run the code above in your browser using DataLab