https://github.com/geobosh/fguigb
Create GUI interfaces to R functions and their help pages
https://github.com/geobosh/fguigb
gui help r
Last synced: over 1 year ago
JSON representation
Create GUI interfaces to R functions and their help pages
- Host: GitHub
- URL: https://github.com/geobosh/fguigb
- Owner: GeoBosh
- Created: 2018-02-11T16:29:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-11T16:40:13.000Z (over 8 years ago)
- Last Synced: 2025-01-29T18:11:24.684Z (over 1 year ago)
- Topics: gui, help, r
- Language: R
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS
Awesome Lists containing this project
README
# R package "fguigb"
The main function exported from this package takes a function name and creates a
GUI window, such that the user can try various values for the arguments, see the
command that will be run, and run it on exit. For each argument, its help text
from the documentation page of the function is provided. The GUI window is
created with functions from Thomas Hoffmann's package `fgui`, modified to work
with the new Rd format introduced circa 2009/2010.