Description Usage Arguments Value Examples
Set or check the EML version default
1 | eml_version(version = getOption("emld_db", "eml-2.2.0"))
|
version |
EML version, currently either eml-2.2.0 (current version), or eml-2.1.1. The 'eml-' prefix can be omitted. |
returns the EML version string. As a side-effect, sets the
requested version as the default version by setting the emld_db
variable in options()
.
1 2 3 | eml_version()
eml_version("2.1.1")
eml_version("eml-2.1.1")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.