check_java_version {pathfindR}R Documentation

Check Java Version

Description

Check Java Version

Usage

check_java_version(version = NULL)

Arguments

version

character vector containing the output of 'java -version'. If NULL, result of fetch_java_version is used (default = NULL)

Details

this function was adapted from the CRAN package sparklyr

Value

only parses and checks whether the java version is >= 1.8


[Package pathfindR version 2.4.1 Index]