Skip to content

Commit

Permalink
[docs] Add missing internal specifier to a couple of functions
Browse files Browse the repository at this point in the history
  • Loading branch information
lewinfox committed Sep 27, 2023
1 parent 4864040 commit 9071084
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/autopeek.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ ic_autopeek.default <- function(object, ...) {
#' this is set to the current terminal width.
#'
#' @describeIn ic_autopeek Method for list
#' @keywords internal
#'
#' @export
ic_autopeek.list <- function(object, max_summary_length = cli::console_width(), ...) {
Expand Down Expand Up @@ -78,6 +79,7 @@ ic_autopeek.data.frame <- ic_autopeek.list
#' @details This function is used by `ic_autopeek` to get a header of the summary of a object.
#' It should return object's top-level class name and its dimension.
#'
#' @keywords internal
ic_autopeek_header <- function(object, ...) {
UseMethod("ic_autopeek_header")
}
Expand Down
1 change: 1 addition & 0 deletions man/ic_autopeek.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions man/ic_autopeek_header.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9071084

Please sign in to comment.