| 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
versionattribute, if defined.A version number contained in
x$profile, which is expected to contain the URL to the used Camtrap DP standard.-
x$profilein 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]