Shiny app function to insert string to current file in RStudio
Source:R/insertInText.R
insertInText.Rd
Shorthand to insert content to opened file
Examples
if(interactive()){
insertInText('hello rpkg.net')
insertInText('hello world')
}
R/insertInText.R
insertInText.Rd
Shorthand to insert content to opened file
if(interactive()){
insertInText('hello rpkg.net')
insertInText('hello world')
}