# Copy release notes to the clipboard for use in any AI app
btw("@news dplyr", clipboard = FALSE)
btw("@news dplyr join_by", clipboard = FALSE)
if (interactive()) { # can be slow
if (R.version$major == 4 && R.version$minor > "2.0") {
# Search through R's release notes.
# This should find a NEWS entry from R 4.2
btw("@news R dynamic rd content", clipboard = FALSE)
}
}
# Tool use by LLMs via ellmer or MCP ----
btw_tool_docs_package_news("dplyr")
btw_tool_docs_package_news("dplyr", "join_by")
Run the code above in your browser using DataLab