write_text: Write text to a file

View source: R/write_text.R

write_textR Documentation

Write text to a file

Description

Write text to a file

Usage

write_text(
  txt,
  file = "",
 
    header = "**THIS FILE IS CONSTANTLY OVERWRITTEN -- DO NOT MANUALLY EDIT**\r\n\r\n"
)

Arguments

txt

Text to be written

file

File, passed through to base::cat

header

Optional header that is inserted at the top of the text file

Value

No return value.


org documentation built on Nov. 22, 2022, 9:05 a.m.