insertInText | R Documentation |
Shorthand to insert content to opened file
insertInText(string)
string |
what to insert |
Inserts into current position on opened file
if(interactive()){
insertInText('hello rpkg.net')
insertInText('hello world')
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.