scalaConfig | R Documentation |
This function installs Scala and/or Java in the user's ~/.rscala
directory.
scalaConfig(
verbose = TRUE,
reconfig = FALSE,
download = character(0),
require.sbt = FALSE
)
verbose |
Should details of the search for Scala and Java be provided? Or, if a Scala bridge is provided instead of a logical, the function returns a list of details associated with the supplied bridge. |
reconfig |
If |
download |
A character vector which may be length-zero or whose elements
are any combination of |
require.sbt |
Should SBT be required, downloading and installing it in '~/.rscala/sbt' if necessary? |
Returns a list of details of the Scala and Java binaries.
David B. Dahl (2019). "Integration of R and Scala Using rscala." Journal of Statistical Software, 92:4, 1-18. https://www.jstatsoft.org
scalaConfig()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.