available | R Documentation |
Searches performed
Valid package name
Already taken on CRAN
Positive or negative sentiment
available(name, browse = getOption("available.browse", TRUE), ...)
name |
Name of package to search |
browse |
Whether browser should be opened for all web links,
default = TRUE. Default can be changed by setting
|
... |
Additional arguments passed to |
## Not run: # Check if the available package is available available("available") # You can disable opening of browser windows with browse = FALSE available("survival", browse = FALSE) # Or by setting a global option options(available.browse = FALSE) available("survival") # Test if a name is available in a non-default CRAN repository by setting # the `repos` argument available_on_cran("semaforos") available_on_cran("semaforos", repos = "https://bisaloo.r-universe.dev") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.