inst/extdata/package_metadata_template.R

title <- "My package title"
creators <- data.frame(
    surname=c("John"),
    given=c("Smith"),
    email=c("jsmith@example.com"),
    stringsAsFactors=FALSE)
abstract <- "This is an example abstract for the data set. This is only a test."
methodDescription <- "This is the method description."
geo_coverage <- geoCoverage("Southern California", west=119.0, east=117, north=36, south=33)
temp_coverage <- temporalCoverage("2014", "2014")
TRUE
NCEAS/recordr documentation built on May 7, 2019, 5:59 p.m.