Remove an Existing Rnssp Rmarkdown template directory.
remove_rmd_template(
template,
pkg = "Rnssp",
recursive = TRUE,
force = TRUE,
restart = TRUE,
verbose = TRUE
)
a character string with the name of the template to delete
a character string with the name of a single package. An error occurs if more than one package name is given.
logical. Should directories be deleted recursively? (Default is TRUE)
logical. Should permissions be changed (if possible) to allow the file or directory to be removed? (Default is TRUE)
logical. Should R session be restarted after template removal? (default is TRUE)
logical. Should alert session restart message be printed?
a character string
if (FALSE) {
remove_rmd_template("text_mining") # Remove the Existing Rnssp 'text_mining' template
}