Skip to content

Commit

Permalink
export
Browse files Browse the repository at this point in the history
  • Loading branch information
emitanaka committed Dec 8, 2023
1 parent 5f2e323 commit 1b78518
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ S3method("==",edbl_fct)
S3method(as.character,edbl_fct)
S3method(as.character,edbl_lvls)
S3method(as.character,edbl_rcrd)
S3method(as.data.frame,edbl_table)
S3method(as.integer,edbl_fct)
S3method(as.integer,edbl_lvls)
S3method(as.numeric,edbl_rcrd)
Expand Down
1 change: 1 addition & 0 deletions R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ number_si_prefix <- function(x) {
#' @param ignore_numeric Whether to coerce numeric factors or not. Default is TRUE,
#' @param ... Unused.
#' i.e. don't coerce numeric factors.
#' @export
as.data.frame.edbl_table <- function(x,
...,
levels_as = "factor",
Expand Down

0 comments on commit 1b78518

Please sign in to comment.