Description Usage Arguments Examples
View source: R/gts.iscSchemes.R
Function querying start time, end time and duration of a specific geological time concept
1 | gts.iscSchemes(id = "all", prefix = NULL, graph = NULL, URI = TRUE)
|
id |
[character] "all" or "latest". If "all", return all the isc schemes in the database; if "latest", return the latest isc scheme in the database. |
prefix |
[character] prefix for SPARQL querying. [Optional, default is NULL] |
graph |
[character] GRAPH for SPARQL querying. [Optional, default is NULL] |
URI |
[character] Show result as URI or not. [TRUE (default) or FALSE] |
1 2 3 4 | gts.iscSchemes("all")
gts.iscSchemes("latest")
gts.iscSchemes("latest", URI=FALSE)
gts.iscSchemes("all", URI=FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.