unit tests

This commit is contained in:
dr. M.S. (Matthijs) Berends 2018-11-16 22:28:55 +01:00
parent d22b7f00da
commit 83c7da85ab
2 changed files with 2 additions and 1 deletions

View File

@ -38,6 +38,7 @@ globalVariables(c(".",
"fullname",
"genus",
"gramstain",
"index",
"Interpretation",
"item",
"key_ab",

View File

@ -20,7 +20,7 @@ freq(x, ..., sort.count = TRUE, nmax = getOption("max.print.freq"),
top_freq(f, n)
\method{print}{frequency_tbl}(x, nmax = getOption("max.print.freq",
default = 15), markdown = !nteractive(), header = !markdown, ...)
default = 15), markdown = !interactive(), header = !markdown, ...)
}
\arguments{
\item{x}{vector of any class or a \code{\link{data.frame}}, \code{\link{tibble}} (may contain a grouping variable) or \code{\link{table}}}