Skip to content

Commit

Permalink
Remove unneeded argument doc
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Oct 25, 2023
1 parent ae9d502 commit a576293
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ deparse_all <- function(x) {
#' Provides comma-separated string out of the parameters
#' @export
#' @keywords internal
#' @param ... Arguments to be constructed into the string
named_commas <- function(x) {
if (is.list(x)) {
x <- purrr::map_chr(x, as_label)
Expand Down
3 changes: 0 additions & 3 deletions man/named_commas.Rd

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

0 comments on commit a576293

Please sign in to comment.