Skip to content

Commit

Permalink
update to make S3 consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
emitanaka committed Sep 3, 2023
1 parent 03d303a commit e9bf0e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -259,9 +259,9 @@ number_si_prefix <- function(x) {
#' @param ... Unused.
#' i.e. don't coerce numeric factors.
as.data.frame.edbl_table <- function(x,
...,
levels_as = "factor",
ignore_numeric = TRUE,
...) {
ignore_numeric = TRUE) {
out <- lapply(x, function(.x) {
if(is_edibble_unit(.x) | is_edibble_trt(.x)) {
if(ignore_numeric) {
Expand Down
8 changes: 4 additions & 4 deletions man/as.data.frame.edbl_table.Rd

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

0 comments on commit e9bf0e2

Please sign in to comment.