Skip to content

Commit

Permalink
Removing unneeded argument
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerssam committed Jun 3, 2024
1 parent 21e58a1 commit f2b489d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/summary_graph.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#' summary_graph(iris, Petal.Length, "Species", "mm")
#' summary_graph(npk, "yield", c("N", "P", "K"), "lb/plot")
#'
summary_graph <- function(data, response, exp_var, resp_units, ...) {
summary_graph <- function(data, response, exp_var, resp_units) {

# TODO: NSE

Expand Down
2 changes: 1 addition & 1 deletion man/summary_graph.Rd

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

0 comments on commit f2b489d

Please sign in to comment.