search_bitbucket | R Documentation |
The search_bitbucket()
and search_bb()
functions both search
BitBucket using:
https://bitbucket.org/search?q=lang\%3Ar+<query>
search_bitbucket(query = geterrmessage(), rlang = TRUE)
search_bb(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 BitBucket's search interface please see: https://confluence.atlassian.com/bitbucket/code-search-in-bitbucket-873876782.html
The generated search URL or an empty string.
Other code repositories:
search_github()
,
search_grep()
# Search BitBucket for assertions
search_bitbucket("assertions")
# Search all languages on BitBucket for assertions
search_bitbucket("assertions", rlang = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.