View source: R/attribute-element.R
create_datetime | R Documentation |
Create an attribute in dateTime Measurement Scale
create_datetime(date_time_format, date_time_precision, minimum, maximum)
date_time_format |
ISO 8601 format should be used. |
date_time_precision |
To what level of time your attribute is recorded. |
minimum |
The earliest dateTime recorded. Values can be larger than or equal to this number. |
maximum |
The latest dateTime recorded. Values can be less than or equal to this number. |
## Not run: create_attribute(attribute_name = "Yrs",
attribute_definition = "Calendar year of the observation from years 1990 - 2010.",
measurement_scale = EMLaide::measurement_scale$dateTime,
attribute_label = "Years",
date_time_format = "YYYY",
date_time_precision = "1",
minimum = "1993",
maximum = "2003")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.