insertInText {quickcode}R Documentation

Shiny app function to insert string to current file in RStudio

Description

Shorthand to insert content to opened file

Usage

insertInText(string)

Arguments

string

what to insert

Value

Inserts into current position on opened file

Examples

if(interactive()){
insertInText('hello rpkg.net')
insertInText('hello world')
}

[Package quickcode version 0.8 Index]