Skip to content

Commit

Permalink
Tiny tweak to RowsVerticalSection print method.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmbecker committed Dec 17, 2020
1 parent cb16bee commit 97ad55f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/00tabletrees.R
Original file line number Diff line number Diff line change
Expand Up @@ -1594,7 +1594,7 @@ RowsVerticalSection = function(values,
#' @method print RowsVerticalSection
#' @export
print.RowsVerticalSection <- function(x, ...) {
cat("in_rows object print method:\n----------------------------\n")
cat("RowsVerticalSection (in_rows) object print method:\n----------------------------\n")
print(data.frame(
row_name = attr(x, "row_names"),
formatted_cell = vapply(x, format_rcell, character(1)),
Expand Down

0 comments on commit 97ad55f

Please sign in to comment.