r_is.library_loaded | R Documentation |
Function to Check if package is loaded R's global environment.
r_is.library_loaded(package_name)
package_name |
package name character vector |
TRUE or FALSE
r_is.library_loaded("ThisIsNotAlib")
library("slvwagner")
r_is.library_loaded("slvwagner")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.