write_text {org} | R 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 |
header |
Optional header that is inserted at the top of the text file |
Value
No return value.
[Package org version 2024.6.5 Index]