Description Usage Arguments Value Examples
Create a geoda object by reading a spatial dataset. The dataset that rgeoda supports includes: ESRI Shapefile, MapInfo File, CSV, GML, GPX, KML, GeoJSON, TopoJSON, OpenFileGDB, GFT Google Fusion Tables, CouchDB
1 | geoda_open(ds_path)
|
ds_path |
(character) The path of the spatial dataset |
gda_obj An object of geoda instance
1 2 3 4 | guerry_path <- system.file("extdata", "Guerry.shp", package = "rgeoda")
guerry <- geoda_open(guerry_path)
guerry_df <- as.data.frame(guerry) # access as a data.frame
head(guerry_df)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.