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_ret_obj_desc() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make ret object description. The function returns Ret object description (a character vector of length one).
933
+
#' Make return object description
934
+
#' @description make_ret_obj_desc() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make return object description. The function returns Return object description (a character vector of length one).
935
935
#' @param fn Function (a function)
936
936
#' @param abbreviations_lup Abbreviations (a lookup table)
937
937
#' @param starts_sentence_1L_lgl Starts sentence (a logical vector of length one), Default: T
938
-
#' @return Ret object description (a character vector of length one)
938
+
#' @return Return object description (a character vector of length one)
#' @description write_inst_dir() is a Write function that writes a file to a specified local directory. Specifically, this function implements an algorithm to write inst directory. 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
443
+
#' Write instance directory
444
+
#' @description write_inst_dir() is a Write function that writes a file to a specified local directory. Specifically, this function implements an algorithm to write instance directory. 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
445
445
#' @param path_to_pkg_rt_1L_chr Path to package root (a character vector of length one), Default: getwd()
0 commit comments