R/helpers.R

Defines functions find_word_template

find_word_template <-
  function(template_name = "word-styles-reference-01.docx") {

    path <- system.file("templates", template_name,
                        package = "mal")

    if (identical(path, "")) {
      stop("Could not find Word template.")
    }
    path
  }
mcguinlu/mal documentation built on Sept. 22, 2020, 11:44 p.m.