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.
write_words(
new_words_chr,
consent_1L_chr = "",
consent_indcs_int = 1L,
gh_repo_1L_chr = "ready4-dev/ready4",
gh_tag_1L_chr = "Documentation_0.0",
options_chr = c("Y", "N")
)
No return value, called for side effects.
New words (a character vector)
Consent (a character vector of length one), Default: ''
Consent indices (an integer vector), Default: 1
Github repository (a character vector of length one), Default: 'ready4-dev/ready4'
Github tag (a character vector of length one), Default: 'Documentation_0.0'
Options (a character vector), Default: c("Y", "N")