View source: R/GetGeoMetaDatabase.R
GetGeoMetaDatabase | R Documentation |
Download and connect to a SQLite database file
GetGeoMetaDatabase(Sqlfile = NULL, Demo = FALSE)
Sqlfile |
Using existing GEO meta database or downloading the new one. If "GEOmetadb.sqlite" file has been downloaded but it is not in current folder, the path of the file should be provided. If file of "GEOmetadb.sqlite" can be detected under current folder, the program will use the file. If no "GEOmetadb.sqlite"" file is detected, the program will download the new one and save it in current folder. Optional. Default: NULL(check file under current folder or automatically download the new one) |
Demo |
Whether to use Demo database or not. Default: FALSE |
The meta database
library(singleGEO)
GeoDataBase<-GetGeoMetaDatabase(Sqlfile=NULL,Demo=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.