helloJavaWorld {helloJavaWorld}R Documentation

Function to say hello from a Java class

Description

This function executes a method of a Java class defined in a JAR inside the R package.

Usage

  helloJavaWorld()

Details

Details are given in the package vignette.

Value

The string "Hello Java World!" is returned.

Author(s)

Tobias Verbeke

See Also

The Java API of the package

Examples

  helloJavaWorld()

[Package helloJavaWorld version 0.0-8 Index]