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 write_citation_cff() is a Write function that writes a file to a specified local directory. Specifically, this function implements an algorithm to write citation cff. 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
22
+
#' @param pkg_desc_ls Package description (a list)
23
+
#' @param citation_chr Citation (a character vector)
24
+
#' @param publisher_1L_chr Publisher (a character vector of length one), Default: 'Zenodo'
#' @description write_dv_fl_to_loc() is a Write function that writes a file to a specified local directory. Specifically, this function implements an algorithm to write dataverse file to local. 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
22
57
#' @param ds_ui_1L_chr Dataset user interface (a character vector of length one)
@@ -644,6 +679,28 @@ write_to_publish_dv_ds <- function (dv_ds_1L_chr)
644
679
dataverse::publish_dataset(dv_ds_1L_chr, minor=F)
645
680
}
646
681
}
682
+
#' Write words
683
+
#' @description write_words() is a Write function that writes a file to a specified local directory. Specifically, this function implements an algorithm to write words. 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
684
+
#' @param new_words_chr New words (a character vector)
685
+
#' @param gh_repo_1L_chr Github repository (a character vector of length one), Default: 'ready4-dev/ready4'
686
+
#' @param gh_tag_1L_chr Github tag (a character vector of length one), Default: 'Documentation_0.0'
#' @description write_ws() is a Write function that writes a file to a specified local directory. Specifically, this function implements an algorithm to write workspace. 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
649
706
#' @param path_1L_chr Path (a character vector of length one)
0 commit comments