version {camtrapdp} | R Documentation |
Get Camtrap DP version
Description
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.
Usage
version(x)
Arguments
x |
Camera Trap Data Package object, as returned by
|
Details
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 beNULL
).
Value
Camtrap DP version number (e.g. 1.0
).
Examples
x <- example_dataset()
version(x)
[Package camtrapdp version 0.3.1 Index]