| guess_schema_location | R Documentation |
schemaLocation value for a given version of the schemaThis is a simple helper to make filling in the schemaLocation attribute
on documents this package creates. Supports EML 2.1.1 and newer.
guess_schema_location(version = eml_version())
version |
Optional. Override the version of the schema. Defaults to the
current version returned by |
Returns a string suitable as a value for schemaLocation or NULL
if a value wasn't found.
## Not run:
# Get an appropriate schemaLocation value for the current version fo EML
guess_schema_location()
# Get an appropriate value for EML 2.1.1
guess_schema_location("eml-2.1.1")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.