add_char_to_textlines | R Documentation |
This can be used to add a double space to the end of each line of an Rmarkdown file, which creates a new line.
add_char_to_textlines(file_in, file_out, ch = " ")
file_in |
Input filename |
file_out |
Output filename |
ch |
Character string to add to the end of each line |
TRUE if successful, FALSE if not
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.