insertInText: Shiny app function to insert string to current file in...

View source: R/insertInText.R

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

quickcode documentation built on April 11, 2025, 5:49 p.m.