insertInText {quickcode} | 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')
}