Skip to content

Commit b6e1376

Browse files
authored
Reapply #4750 to quick patch release
1 parent 82c5459 commit b6e1376

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/scale-discrete-.r

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,6 @@ c.mapped_discrete <- function(..., recursive = FALSE) {
170170
new_mapped_discrete(NextMethod())
171171
}
172172
#' @export
173-
as.data.frame.mapped_discrete <- function (x, ..., stringsAsFactors = default.stringsAsFactors()) {
174-
as.data.frame.vector(x = unclass(x), ..., stringsAsFactors = stringsAsFactors)
173+
as.data.frame.mapped_discrete <- function (x, ...) {
174+
as.data.frame.vector(x = unclass(x), ...)
175175
}

0 commit comments

Comments
 (0)