find_scalac {sparklyr} | R Documentation |
Discover the Scala Compiler
Description
Find the scalac
compiler for a particular version of
scala
, by scanning some common directories containing
scala
installations.
Usage
find_scalac(version, locations = NULL)
Arguments
version |
The |
locations |
Additional locations to scan. By default, the
directories |
[Package sparklyr version 1.8.6 Index]