The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
print()
prints a human-readable summary of
the Camera Trap Data Package (#8).fieldsEnclosedBy
issue in meta.xml
, so
GBIF occurrence processing correctly handles commas in fields
(#95).write_dwc()
no longer writes to "."
by
default, since this is not allowed by CRAN policies. The user needs to
explicitly define a directory (#79).read_camtrapdp()
reads data files from a
Camtrap DP into memory (#9). It will make the data easier to use, by
assigning taxonomic information (found in the metadata) to the
observations and eventID
s (found in the observations) to
the media (#37).deployments()
,
media()
and observations()
return a data frame
with the deployments, media and observations respectively (#29). These
functions also have an assignment equivalent (#50).locations()
,
events()
and taxa()
return a data frame with
unique locations, events and taxa respectively (#22, #57, #17).filter_deployments()
,
filter_observations()
and filter_media()
allow
to filter data. They work similarly to dplyr’s
filter()
(#23).write_dwc()
transforms a Camera Trap Data
Package to a Darwin Core Archive (#55).example_package()
returns the latest
Camtrap DP example dataset and caches the result (#24, #67).version()
allows to get the version of a
camtrapdp object.check_camtrapdp()
validates a
camtrapdp object (#34).convert()
converts camtrapdp
objects to the latest version. This function is currently not used, as
the only supported version is Camtrap DP 1.0 (#9).%>%
) is included in NAMESPACE, so you don’t have to
load dplyr (or magrittr) to use it (#56). %>%
and
.data
are imported at package level, so they can be used in
functions without namespace (#37).These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.