gts.iscSchemes: Function querying start time, end time and duration of a...

Description Usage Arguments Examples

View source: R/gts.iscSchemes.R

Description

Function querying start time, end time and duration of a specific geological time concept

Usage

1
gts.iscSchemes(id = "all", prefix = NULL, graph = NULL, URI = TRUE)

Arguments

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]

Examples

1
2
3
4
gts.iscSchemes("all")
gts.iscSchemes("latest")
gts.iscSchemes("latest", URI=FALSE)
gts.iscSchemes("all", URI=FALSE)

Demerara/DeepTimeKB documentation built on Sept. 30, 2020, 12:01 a.m.