From 3af4488f32880f83aeea986917e1d58bc56044e6 Mon Sep 17 00:00:00 2001 From: Pieter Huybrechts <48065851+PietrH@users.noreply.github.com> Date: Fri, 10 Nov 2023 10:38:37 +0100 Subject: [PATCH] Mention the specific argument needed to specify --- R/get_cam_op.R | 5 +++-- man/get_cam_op.Rd | 7 ++++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/R/get_cam_op.R b/R/get_cam_op.R index d3f3358f..b9a8e395 100644 --- a/R/get_cam_op.R +++ b/R/get_cam_op.R @@ -6,8 +6,9 @@ #' https://jniedballa.github.io/camtrapR/reference/cameraOperation.html). #' #' The deployment data are by default grouped by `locationName` (station ID in -#' camtrapR jargon) or another column specified by the user. If multiple -#' deployments are linked to same location, daily efforts higher than 1 occur. +#' camtrapR jargon) or another column specified by the user via the +#' `station_col` argument. If multiple deployments are linked to same location, +#' daily efforts higher than 1 occur. #' #' Partially active days, e.g. the first or the last day of a deployment, result #' in decimal effort values as in [camtrapR::cameraOperation()]( diff --git a/man/get_cam_op.Rd b/man/get_cam_op.Rd index 8f83da99..81f01f45 100644 --- a/man/get_cam_op.Rd +++ b/man/get_cam_op.Rd @@ -30,7 +30,7 @@ get_cam_op( \code{NULL}. Use it for creating multi-session / multi-season detection histories.} -\item{use_prefix}{Logical (\code{TRUE}or \code{FALSE}). If \code{TRUE} the returned row +\item{use_prefix}{Logical (\code{TRUE} or \code{FALSE}). If \code{TRUE} the returned row names will start with prefix \code{"Station"} as returned by \href{https://jniedballa.github.io/camtrapR/reference/cameraOperation.html}{camtrapR::cameraOperation()}. Default: \code{FALSE}.} @@ -47,8 +47,9 @@ returned by \href{https://jniedballa.github.io/camtrapR/reference/cameraOperatio } \details{ The deployment data are by default grouped by \code{locationName} (station ID in -camtrapR jargon) or another column specified by the user. If multiple -deployments are linked to same location, daily efforts higher than 1 occur. +camtrapR jargon) or another column specified by the user via the +\code{station_col} argument. If multiple deployments are linked to same location, +daily efforts higher than 1 occur. Partially active days, e.g. the first or the last day of a deployment, result in decimal effort values as in \href{https://jniedballa.github.io/camtrapR/reference/cameraOperation.html}{camtrapR::cameraOperation()}.