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