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

Examples

  helloJavaWorld()

[Package helloJavaWorld version 0.0-9 Index]