| abn.version | R Documentation |
abn.version() provides detailed information about the running version of abn
or the abn components.
abn.version(what = c("abn", "system"))
what |
detailed information about the version of abn or the system (see returns). |
abn.version(what = "system") is a list with character-string components
R.version.string
essentially abn.version$version.string
version numbers thereof
abn.version(what = "abn") is a list with character-string components
the status of the version (e.g., "beta")
the major version number
the minor version number
the year the version was released
the month the version was released
the day the version was released
a character string concatenating
the info above, useful for plotting, etc.
abn.version is a list of class "simple.list" which has a print method.
R.version
abn.version()$version.string
## Not run:
abn.version("system")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.