View source: R/manageKits_gui.r
manageKits_gui | R Documentation |
Manage kits, import new kits, or edit the kit file through a graphical user interface.
manageKits_gui(
env = parent.frame(),
savegui = NULL,
debug = FALSE,
parent = NULL
)
env |
Environment in which to search for data frames. |
savegui |
Logical indicating if GUI settings should be saved in the environment (Currently not in use). |
debug |
Logical indicating whether to print debug information. |
parent |
Widget to get focus when finished. |
This function provides a graphical user interface (GUI) for managing kits, including the ability to import new kits, edit the short and full names of existing kits, or remove kits. The gender marker of each kit is auto-detected but can be manually adjusted. Note that the short name for each kit must be unique.
TRUE if the operation completes successfully.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.