Description Usage Arguments Value Note References Examples
Get the 'brew info –json=v1“ output for all current Homebrew/homebrew-core formulae or get the same output for one or more current Homebrew/homebrew-core formulae with an extra analytics key with analytics data by specify
1 | brew_formulae(formulae = "all")
|
formluae |
if " |
data frame (tibble) with formula analytics data or NULL
if
what you looked for was not found.
The results of the API call are memoised as they won't likely
won't change between calls in the same R session. Use the
facilities provided by the memoise
package to clear the
cache if you use this in a long running R session.
https://formulae.brew.sh/docs/api/
1 2 3 | f <- brew_formulae() # same as manually specifying "all"
f <- brew_formulae("curl")
f <- brew_formulae(c("curl", "youtube-dl", "blemenge"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.