R/addin_chatgpt-in-source.R
addin_chatgpt_in_source.Rd
Call this function as a Rstudio addin to ask GPT to improve spelling and grammar of selected text.
addin_chatgpt_in_source()
This function has no return value.
# Select some text in a source file # Then call the function as an RStudio addin if (FALSE) { addin_chatgpt_in_source() }