Description Usage Arguments Examples
View source: R/brew_analytics.R
Retrieve analytics data for a formula or cask
1 2 3 4 5 6 | brew_analytics(
package,
days = 30,
category = c("install", "install-on-request", "build-error"),
...
)
|
package |
Name of one or more formulae or casks |
days |
Number of days' worth of analytics data to retrieve. One of 30 (default), 90, or 365. |
category |
Type of analytics data to retrieve. One of |
... |
Arguments passed on to
|
1 2 3 4 5 | ## Not run:
# Retrieve 90-day install data for unixodbc
brew_analytics("unixodbc", days = 90)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.