Skip to contents

Call this function as a Rstudio addin to ask GPT to improve spelling and grammar of selected text.

Usage

gptstudio_chat_in_source_addin()

Value

This function has no return value.

Examples

# Select some text in a source file
# Then call the function as an RStudio addin
if (FALSE) {
gptstudio_chat_in_source()
}