Skip to content

Commit

Permalink
fix return_arguments_of docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wvictor14 committed Aug 22, 2023
1 parent 90fd5b5 commit 468f29f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/utilities.R
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ quo_names <- function(v) {


#' returns variables from an expression
#' @param args an expression
#' @param expression an expression
#' @importFrom rlang enexpr
#' @return list of symbols
return_arguments_of <- function(expression){
Expand Down
2 changes: 1 addition & 1 deletion man/return_arguments_of.Rd

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

0 comments on commit 468f29f

Please sign in to comment.