Description Usage Arguments Value Author(s) Examples
Adds the given text to the chosen file.
1 | add_to_file(text, file_path, append = TRUE)
|
text |
The text to be added. Type = character |
file_path |
The path to the file you want to write in. Type = character |
append |
Do you want to append (TRUE) or erase (FALSE), default is TRUE. Type = logical |
Does not return anything.
Briac LE RAY (briac.leray@partnre.com)
1 | add_to_file(text = "I want this text in my file.", file_path = "/path/to/the/file/file_name.extension", append = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.