sdmxHelp | R Documentation |
Open a helper graphical application. This function opens a small sdmx metadata browser that can be helpful when building queries.
sdmxHelp(internalJVM = T)
internalJVM |
TRUE (default) if the GUI has to live in the R JVM. Set this to FALSE in MAC, to avoid issue #41 |
sdmxHelp()
## Not run:
#opens the helper in the R JVM
sdmxHelp()
#opens the helper in an external JVM
sdmxHelp(FALSE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.