Skip to contents

Print a cover letter from a text dataframe in a plain text or LaTeX style.

Usage

print_cover_body(
  text_data,
  position,
  company,
  name = NULL,
  style = c("latex", "txt"),
  use_bullets = FALSE,
  bullet_style = c("-", "+"),
  type = c("cover", "email")
)