chore: remove empty return value

This commit is contained in:
Martin Chan 2020-12-18 12:59:29 +00:00
Родитель b76989852a
Коммит 626c95fed1
2 изменённых файлов: 1 добавлений и 4 удалений

Просмотреть файл

@ -35,7 +35,6 @@
#' # Return a plot
#' identify_holidayweeks(sq_data, return = "plot")
#'
#' @return
#'
#' @export
identify_holidayweeks <- function(data, sd = 1, return = "message"){

Просмотреть файл

@ -20,9 +20,6 @@ Valid options are:
\item when 'data_dirty' is passed, a dataset with only outlier weeks is returned as a dataframe.
\item when 'plot' is passed, a pot with holiday weeks highlighted is returned as a dataframe.
}}
}
\value{
}
\description{
This function scans a standard query output for weeks where collaboration hours is far outside the mean.
@ -38,6 +35,7 @@ identify_holidayweeks(sq_data)
# Return a plot
identify_holidayweeks(sq_data, return = "plot")
}
\seealso{
Other Data Validation: