guess_schema_location {emld} | R Documentation |
Guess an appropriate schemaLocation
value for a given version of the schema
Description
This is a simple helper to make filling in the schemaLocation
attribute
on documents this package creates. Supports EML 2.1.1 and newer.
Usage
guess_schema_location(version = eml_version())
Arguments
version |
Optional. Override the version of the schema. Defaults to the
current version returned by |
Value
Returns a string suitable as a value for schemaLocation
or NULL
if a value wasn't found.
Examples
## 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)
[Package emld version 0.5.1 Index]