Description Usage Arguments Value
Uses packageDescription
to get details about given package from R library on local machine.
Currently only supports CRAN and GitHub packages
1 | get_package_details(pkg_name)
|
pkg_name |
package name |
A list of package characteristics. "Package", "Repository", and "Version" for CRAN packages. "Package", "GithubUsername", "GithubRepo", "GithubRef", and "GithubSHA1" for Github packages.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.