sdmxHelp: open helper

View source: R/SdmxClient.R

sdmxHelpR Documentation

open helper

Description

Open a helper graphical application. This function opens a small sdmx metadata browser that can be helpful when building queries.

Usage

sdmxHelp(internalJVM = T)

Arguments

internalJVM

TRUE (default) if the GUI has to live in the R JVM. Set this to FALSE in MAC, to avoid issue #41

Details

sdmxHelp()

Examples

## Not run: 
#opens the helper in the R JVM
sdmxHelp()
#opens the helper in an external JVM
sdmxHelp(FALSE)

## End(Not run)

RJSDMX documentation built on Feb. 16, 2023, 6:10 p.m.