Description Usage Arguments See Also Examples
This function invokes an interactive mode for browsing the dictionary and creating codelists. The R commands and output are automatically logged in a file, with the output commented out so that the log file can be re-run as a script. The log file is automatically opened with a text editor at the end of the session so that it can be saved or edited.
1 2 | exploreCodes(spreadsheet = 'Default', texteditor = 'Default',
showLog = TRUE, direct = NULL)
|
spreadsheet |
for UNIX systems, the spreadsheet program to use (default is |
texteditor |
for UNIX systems, the text editor program to use (default is |
showLog |
whether to open the log of the interactive session. This is set to FALSE for the makecodelist demo, in which the codes are written to a Rmd document. |
direct |
option to bypass the main menu. |
Interactive editing of selections and codelists: browseCodelist
, browseSelection
as.codelist
, compare
, CALIBER_DICT
, export
,
process
, as.selection
1 | # exploreCodes()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.