citation | R Documentation |
SpaDES
modulesThis is a wrapper around utils::citation()
for cases with package
is a
character
string. Otherwise, it takes a simList
.
citation(package, lib.loc = NULL, auto = NULL, module = character())
## S4 method for signature 'simList'
citation(package, lib.loc = NULL, auto = NULL, module = character())
## S4 method for signature 'character'
citation(package, lib.loc = NULL, auto = NULL, module = character())
package |
For compatibility with |
lib.loc |
a character vector with path names of R libraries, or
the directory containing the source for |
auto |
a logical indicating whether the default citation
auto-generated from the package ‘DESCRIPTION’ metadata should
be used or not, or |
module |
Optional character string indicating which module params should come from. |
The citation information for a SpaDES module.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.