Skip to content

Commit

Permalink
Remove as.data.frame
Browse files Browse the repository at this point in the history
  • Loading branch information
emitanaka committed Dec 10, 2023
1 parent b3b9f37 commit 15f0209
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ 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: 0 additions & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,6 @@ 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 15f0209

Please sign in to comment.