Skip to contents

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')
}