From 5f6dc7c0b5b4a03f2083bc978d9fad41f7d177c5 Mon Sep 17 00:00:00 2001 From: nuest Date: Mon, 15 Jan 2018 12:18:19 +0100 Subject: [PATCH] fix docs --- man/osem_boxes.Rd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/osem_boxes.Rd b/man/osem_boxes.Rd index 369bb66..cb845fa 100644 --- a/man/osem_boxes.Rd +++ b/man/osem_boxes.Rd @@ -6,7 +6,7 @@ \usage{ osem_boxes(exposure = NA, model = NA, grouptag = NA, date = NA, from = NA, to = NA, phenomenon = NA, endpoint = osem_endpoint(), - progress = T) + progress = TRUE) } \arguments{ \item{exposure}{Only return boxes with the given exposure ('indoor', 'outdoor', 'mobile')} @@ -26,7 +26,7 @@ time interval as specified through \code{date} or \code{from / to}} \item{endpoint}{The URL of the openSenseMap API instance} -\item{progress}{Whether to print download progress information} +\item{progress}{Whether to print download progress information defaults to \code{TRUE}} } \value{ A \code{sensebox data.frame} containing a box in each row