search_posit_community | R Documentation |
The search_posit_community()
and search_posit()
functions both search
Posit Community using:
https://forum.posit.co/search?q=<query>
search_posit_community(query = geterrmessage(), rlang = TRUE)
search_posit(query = geterrmessage(), rlang = TRUE)
query |
Contents of string to search. Default is the error message. |
rlang |
Search for results written in R. Default is |
For additional details regarding Posit Community's search interface please see the Discourse API documentation: https://docs.discourse.org/#tag/Search
The generated search URL or an empty string.
Other community sites:
search_bluesky()
,
search_mastodon()
,
search_stackoverflow()
,
search_twitter()
# Search Posit Community
search_posit_community("RStudio IDE")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.