Convert geojson R list to JSON
Convert geojson R list to JSON
as_json(x, pretty = TRUE, auto_unbox = TRUE, ...)
x |
Output from |
pretty |
(logical) Adds indentation whitespace to JSON output. Can
be |
auto_unbox |
(logical) Automatically unbox all atomic vectors of
length 1. Default: |
... |
Further args passed on to |
str <- "POLYGON ((100 0.1, 101.1 0.3, 101 0.5, 100 0.1), (103.2 0.2, 104.8 0.2, 100.8 0.8, 103.2 0.2))" as_json(wkt2geojson(str)) as_json(wkt2geojson(str), FALSE)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.