version | R Documentation |
Extracts the version number used by a Camera Trap Data Package object. This version number indicates what version of the Camtrap DP standard was used.
version(x)
x |
Camera Trap Data Package object, as returned by
|
The version number is derived as follows:
The version
attribute, if defined.
A version number contained in x$profile
, which is expected to
contain the URL to the used Camtrap DP standard.
x$profile
in its entirety (can be NULL
).
Camtrap DP version number (e.g. 1.0
).
x <- example_dataset()
version(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.