View source: R/write_dataset.R
to_geojson | R Documentation |
Write geojson using duckdb's native JSON writer
to_geojson(dataset, path, conn = cached_connection(), id_col = "iso_a3")
dataset |
a remote tbl object from |
path |
a local file path or S3 path with write credentials |
conn |
duckdbfs database connection |
id_col |
pick a column as the id column |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.