Skip to content

Commit

Permalink
feat: #2034 show how this can standardize our sub-descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Zelos Zhu committed Aug 18, 2023
1 parent 5bb72de commit c4ad78a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions R/roxygen2.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# THIS FILE INCLUDES FUNCTION THAT ARE RE-USED THROUGHOUT
# roxygen2 COMMENTS TO GENERATE DOCUMENTATION TEXT

roxygen_param_dataset <- function(expected_vars_args) {
paste0("Input DatasetThe variables specified by the ",
enumerate(expected_vars_args),
"argument(s) to be expected.")

}

0 comments on commit c4ad78a

Please sign in to comment.