getJavaInfo | R Documentation |
Get Memory and Runtime Info from JVM
getJavaInfo(memory = TRUE, filesystem = TRUE, runtime = TRUE)
memory |
Logical whether to include memory information + number of available cores |
filesystem |
Logical whether to include filesystem information (Total, free and usable space) |
runtime |
Logical whether to include runtime information (Class Path, Library Path, Input Arguments) |
character vector of length 1 containing the memory and runtime info.
Kornelius Rohmeyer rohmeyer@small-projects.de
## Not run:
cat(getJavaInfo())
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.