Skip to content

Commit 2f1df76

Browse files
committed
Re-add recycling to new_styler_df()
1 parent 0592e8e commit 2f1df76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/utils.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ styler_df <- function(...) {
1414
#' @keywords internal
1515
#' @noRd
1616
new_styler_df <- function(x) {
17-
vctrs::new_data_frame(x)
17+
vctrs::data_frame(!!!x)
1818
}
1919

2020
#' Ensure there is one (and only one) blank line at the end of a vector

0 commit comments

Comments
 (0)