Skip to content

Commit

Permalink
S3 generic/method consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui committed May 31, 2023
1 parent 38391b0 commit 88783c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/html_paged.R
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ paged_table <- function(x, options = NULL) {
x
}

print.paged_df <- function(x) {
print.paged_df <- function(x, ...) {
knitr::asis_output(
paged_table_html(x, options = attr(x, "options")),
meta = list(
Expand Down

0 comments on commit 88783c6

Please sign in to comment.