Open the RStudio addin with the chat interface.
Usage
myownrobs(
api_url = paste0("https://myownhadley.com/api/v", packageVersion("myownrobs")$major)
)
Examples
if (interactive()) {
myownrobs()
# Specify the API URL.
myownrobs("https://myownhadley.com/api/v0")
}