| pac_isin | R Documentation | 
using utils::available.packages to check if package is in repositories.
pac_isin(pac, repos = biocran_repos())
pac | 
 
  | 
repos | 
 character vector base URLs of the repositories to use. By default checking CRAN and newest Bioconductor per R version. Default   | 
logical if a package is inside repositories.
Results are cached for 30 minutes with memoise package.
## Not run: 
pac_isin("dplyr")
pac_isin("dplyr", repos = "https://cran.rstudio.com/")
pac_isin("dplyr", repos = biocran_repos()[grep("Bio", names(biocran_repos()))])
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.