grassInfo | R Documentation |
Report the GRASS citation, version/release year, version number, or copyright information.
grassInfo(x = "citation")
x |
Character: What to return. Any of:
Partial matching is used and case is ignored. |
Character.
if (grassStarted()) {
# Citation
grassInfo()
# Version number
grassInfo("version")
# Version number
grassInfo("versionNumber")
# Version number
grassInfo("versionNumber")
# Copyright
grassInfo("copyright")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.