You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#' @description make_depnt_fns_ls() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make depnt functions list. The function returns Argument (a list).
214
+
#' Make dependent functions
215
+
#' @description make_depnt_fns_ls() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make dependent functions list. The function returns Argument (a list).
216
216
#' @param arg_ls Argument (a list)
217
217
#' @param pkg_depcy_ls Package dependency (a list)
@@ -55,7 +56,7 @@ write_all_tbs_in_tbs_r4_to_csvs <- function (tbs_r4, r4_name_1L_chr, lup_dir_1L_
55
56
}
56
57
#' Write and document dataset
57
58
#' @description write_and_doc_ds() is a Write function that writes a file to a specified local directory. Specifically, this function implements an algorithm to write and document dataset. The function returns Package datasets (a tibble).
58
-
#' @param db PARAM_DESCRIPTION
59
+
#' @param db_df Database (a data.frame)
59
60
#' @param overwrite_1L_lgl Overwrite (a logical vector of length one), Default: T
60
61
#' @param db_1L_chr Database (a character vector of length one)
61
62
#' @param title_1L_chr Title (a character vector of length one)
@@ -75,7 +76,7 @@ write_all_tbs_in_tbs_r4_to_csvs <- function (tbs_r4, r4_name_1L_chr, lup_dir_1L_
@@ -225,7 +226,7 @@ write_documented_fns <- function (tmp_fn_dir_1L_chr, R_dir_1L_chr)
225
226
}
226
227
#' Write dataset documentation
227
228
#' @description write_ds_dmt() is a Write function that writes a file to a specified local directory. Specifically, this function implements an algorithm to write dataset documentation. The function is called for its side effects and does not return a value. WARNING: This function writes R scripts to your local environment. Make sure to only use if you want this behaviour
228
-
#' @param db PARAM_DESCRIPTION
229
+
#' @param db_df Database (a data.frame)
229
230
#' @param db_1L_chr Database (a character vector of length one)
230
231
#' @param title_1L_chr Title (a character vector of length one)
231
232
#' @param desc_1L_chr Description (a character vector of length one)
@@ -243,7 +244,7 @@ write_documented_fns <- function (tmp_fn_dir_1L_chr, R_dir_1L_chr)
0 commit comments