Skip to content

Commit

Permalink
import ftable
Browse files Browse the repository at this point in the history
  • Loading branch information
daroczig committed Aug 6, 2017
1 parent 6248fcc commit 38e2aa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Expand Up @@ -158,6 +158,7 @@ importFrom(stats,coef)
importFrom(stats,cycle)
importFrom(stats,end)
importFrom(stats,frequency)
importFrom(stats,ftable)
importFrom(stats,naprint)
importFrom(stats,pchisq)
importFrom(stats,pt)
Expand Down
1 change: 1 addition & 0 deletions R/pandoc.R
Expand Up @@ -526,6 +526,7 @@ pandoc.list <- function(...)
#' @export
#' @useDynLib pander
#' @importFrom Rcpp evalCpp
#' @importFrom stats ftable
#' @aliases pandoc.table
#' @seealso \code{\link{set.caption}}, \code{\link{set.alignment}}
#' @note If \code{caption} is missing, then the value is first checked in \code{t} object's \code{caption} attribute and if not found in an internal buffer set by \code{link{set.caption}}. \code{justify} parameter works similarly, see \code{\link{set.alignment}} for details.
Expand Down

0 comments on commit 38e2aa0

Please sign in to comment.