View source: R/helper_functions.R
lib.printVerboseLibCall | R Documentation |
lib.load
call.Prints the library call that you can use, based on a name/version input vector.
lib.printVerboseLibCall(packNameVersion, .forceToPrint = FALSE)
packNameVersion |
A named character vector with package names and their version indication (e.g. ‘c(dplyr = ’>= 0.4.0', ggplot = ”)'). |
.forceToPrint |
For testing, I need to be able to overrule the 'interactive()' criteria for printing this example library call. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.