is_r_package | R Documentation |
Check whether a GitHub repository is for an R package or not.
is_r_package(pkg, owner = NULL, verbose = TRUE)
pkg |
Package name. |
owner |
Name of the owner of the R packages' GitHub repository (optional). |
verbose |
Print messages. |
boolean
is_pkg <- is_r_package(pkg="stats")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.