Title: | A Graphical User Interface for Dexter |
---|---|
Description: | Classical Test and Item analysis, Item Response analysis and data management for educational and psychological tests. |
Authors: | Jesse Koops [aut, cre], Eva de Schipper [aut], Ivailo Partchev [aut, ctb], Gunter Maris [aut, ctb], Timo Bechger [aut, ctb], Gareth Watts [cph] (author of jquery.sparkline), Hakim El Hattab [cph] (author of zoom.js) |
Maintainer: | Jesse Koops <[email protected]> |
License: | GPL-3 |
Version: | 0.2.6 |
Built: | 2024-11-24 04:25:51 UTC |
Source: | https://github.com/cran/dextergui |
Opens a shiny application providing a graphical user interface to dexter.
dextergui(dbpath = NULL, wd = getwd(), roots = NULL)
dextergui(dbpath = NULL, wd = getwd(), roots = NULL)
dbpath |
path to a dexter project database or NULL, in which case you can select a project after starting dextergui |
wd |
where dextergui first looks for and saves project files, defaults to current working directory. |
roots |
volumes or paths on your hard drive available for opening and saving project files. Set NULL to use all accessible volumes |
The best results are achieved when the gui is opened in a browser (Chrome, Brave, FireFox). Somewhat less aesthetically pleasing results are achieved in Internet Explorer. The Edge browser is not supported at this time.
The RStudio browser does not currently support downloads of plots and tables. Starting the gui
in your default browser automatically can be achieved in several ways. One way, shown below,
is to set the shiny.launch.browser
option to TRUE
.
## Not run: options(shiny.launch.browser = TRUE) dextergui() ## End(Not run)
## Not run: options(shiny.launch.browser = TRUE) dextergui() ## End(Not run)