View source: R/toolDatabusDownload.R
toolDatabusDownload | R Documentation |
This function downloads a dataset (file) and its metadata from the Energy Databus (https://energy.databus.dbpedia.org/) Data are organised in "artifacts" on the databus. An artifact contains one or more datasets (files)
toolDatabusDownload( artifact, subtype = NULL, databusURL = "https://energy.databus.dbpedia.org" )
artifact |
the Databus page hosting the artifact (i.e. one or more datasets and their metadata) |
subtype |
the specific dataset (file) to download |
databusURL |
in case another databus hosts the data, e.g. https://databus.dbpedia.org |
a list with the metadata associated with the dataset (file)
Anastasis Giannousakis
## Not run: toolDatabusDownload("https://energy.databus.dbpedia.org/giannoupik/GROUPNAME/ARTIFACT/", "https://energy.databus.dbpedia.org/giannoupik/GROUPNAME/ARTIFACT/YOURVERSION/ ARTIFACT_FOO=BAR_TYPE=SOMEDATATYPE.rdf") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.