Skip to content

Commit

Permalink
Added show_* functions to namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
sambtalcott committed Oct 31, 2023
1 parent 0026ac2 commit 3fa9097
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ export(set_data_memo_formatting)
export(setup_repo)
export(setup_subdirectory)
export(show_in_excel)
export(show_tntp_colors)
export(show_tntp_palette)
export(tableN)
export(theme_tntp)
export(theme_tntp_2018)
Expand Down
2 changes: 2 additions & 0 deletions R/tntp_colors.R
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ tntp_colors <- function(...) {
tntp_color_list[supplied_colors] |> unname()
}

#' @export
#' @rdname tntp_colors
show_tntp_colors <- function(..., pattern = NULL, labels = TRUE, borders = NULL,
cex_label = 1, ncol = NULL) {
Expand Down Expand Up @@ -293,6 +294,7 @@ tntp_palette <- function(palette = "likert_6", reverse = FALSE) {

}

#' @export
#' @rdname tntp_palette
show_tntp_palette <- function(..., reverse = FALSE, pattern = NULL) {

Expand Down

0 comments on commit 3fa9097

Please sign in to comment.