suggested | R Documentation |
Creates an object in the current environment with the same name as the package, which can be used just like a package to access its namespace, throwing an error if the package is not installed.
suggested( pkgname, pkgversion = "", unavailable_callback = suggested_callback_error, env = parent.frame() )
pkgname |
A |
pkgversion |
A |
unavailable_callback |
A |
env |
A |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.