Skip to content

Commit

Permalink
Adding import + doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
1beb committed Aug 8, 2020
1 parent 3cdbf73 commit d190e90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Depends:
crunch,
kableExtra (>= 1.1.0.9000)
Imports:
rlang,
openxlsx,
digest,
methods,
Expand Down
1 change: 1 addition & 0 deletions R/codebookLatex.R
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ codeBookItemBody.TextVariable <- function(x, ...) {
#'
#' @param x A kable object
#' @param full_width Defaults to TRUE.
#' @param position The position of the table. Defaults to "left".
#' @param ... Additional arguments passed to \link[kableExtra]{kable_styling}
kable_styling_defaults <- function(x, full_width = FALSE, position="left", ...) {
kableExtra::kable_styling(x, position = position, full_width = full_width, ...)
Expand Down

0 comments on commit d190e90

Please sign in to comment.