Description Usage Arguments Value Examples
brew_list()
lists all installed packages
is_installed()
checks if a given package is installed
1 2 3 |
formulae |
Include installed formulae (default: |
casks |
Include installed casks (default: |
... |
Arguments passed on to
|
package |
Name of formula or cask |
A data frame containing the name
and
version
of each installed package and how it was installed (i.e., via
formula or cask).
A logical value indicating whether or not the package is installed
1 2 3 4 5 6 7 8 9 | ## Not run:
brew_list()
## End(Not run)
## Not run:
# Check whether or not unixodbc is installed
is_installed("unixodbc")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.