We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e2d1fa commit 4fc81baCopy full SHA for 4fc81ba
R/add_r_files.R
@@ -89,6 +89,17 @@ add_utils <- function(
89
)
90
}
91
92
+#' Append roxygen comments to fct_ and utils_ files
93
+#'
94
+#' This function as boilerplate roxygen comments
95
+#' for fct_ and utils_ files
96
97
+#' @param name The name of the file
98
+#' @param path The path to the R script where the module will be written.
99
+#' @param ext A string denoting the type of file to be created.
100
101
+#' @rdname file_creation
102
+#' @export
103
append_roxygen_comment <- function(name, path, ext) {
104
write_there <- function(...){
105
write(..., file = path, append = TRUE)
0 commit comments