Skip to content

Commit 0740152

Browse files
committed
fixes #2310
1 parent 5b096aa commit 0740152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/tidyverse.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ rename_with.sf = function(.data, .fn, .cols, ...) {
269269
ret = dplyr::as_tibble(ret)
270270
ret = st_as_sf(ret, sf_column_name = names(ret)[sf_column_loc])
271271

272-
names(agr) = .fn(names(agr))
272+
names(agr) = .fn(names(agr), ...)
273273
st_agr(ret) = agr
274274
ret
275275
}

0 commit comments

Comments
 (0)