Update argument documentation on totals_col
This commit is contained in:
Martin Chan 2020-12-08 23:47:45 +00:00
Родитель ba493688f4
Коммит 142f364a53
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -16,7 +16,7 @@
#' collab_fizz(hrvar = "Total")
#'
#' @param data data frame
#' @param target_value Character value defining the name and the value of the "Total" column.
#' @param total_value Character value defining the name and the value of the "Total" column.
#' Defaults to "Total". An error is returned if an existing variable has the same name as the
#' supplied value.
#'

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

@ -9,7 +9,7 @@ totals_col(data, total_value = "Total")
\arguments{
\item{data}{data frame}
\item{target_value}{Character value defining the name and the value of the "Total" column.
\item{total_value}{Character value defining the name and the value of the "Total" column.
Defaults to "Total". An error is returned if an existing variable has the same name as the
supplied value.}
}