зеркало из https://github.com/microsoft/wpa.git
chore: remove empty return value
This commit is contained in:
Родитель
b76989852a
Коммит
626c95fed1
|
@ -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:
|
||||
|
|
Загрузка…
Ссылка в новой задаче