makeKit_gui {strvalidator} | R Documentation |
Make Kit
Description
Add new kits or edit the kit file.
Usage
makeKit_gui(env = parent.frame(), savegui = NULL, debug = FALSE, parent = NULL)
Arguments
env |
environment in which to search for data frames. |
savegui |
logical indicating if GUI settings should be saved in the environment. [Not currently used] |
debug |
logical indicating printing debug information. |
parent |
widget to get focus when finished. |
Details
A graphical user interface for reading information from 'bins' and 'panels' file for the creation of additional kits. It is also possible to edit the short and full name of existing kits or removing kits. The gender marker of each kits is auto detected but can be changed manually. #' NB! Short name must be unique.
Value
TRUE
See Also
readBinsFile
, readPanelsFile
, combineBinsAndPanels
[Package strvalidator version 2.4.1 Index]