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