Skip to contents

Returns DOI for a given dataset

Usage

data_doi(target)

Arguments

target

A character vector of length 1 specifying the dataset. Only weather or temp_loggers are currently allowed.

Value

A character vector containing the dataset DOI string.

Author

AIMS Datacentre adc@aims.gov.au

Examples

if (FALSE) {
library(dataaimsr)
weather_doi <- data_doi("weather")
ssts_doi <- data_doi("temp_loggers")
}