run_wordbox | R Documentation |
Run the application
run_wordbox(
dir = NULL,
launch.browser = NULL,
config_file = NULL,
log_file = NULL,
show_errors = TRUE,
n_words_default = 30,
rm_trailing_chars = ""
)
dir |
character indicating a directory where wordlist files (csv) are stored. All the csv files in that directory will be available to be loaded in the application. |
launch.browser |
logical, if |
config_file |
character giving the full path to the
configuration file. If omitted, the default configuration is
used. See |
log_file |
If a valid path is provided, the quiz will write its log to the file. If the file exists and is a log file produced by WordBox, new entries will be appended. A file that was not produced by WordBox will not be modified. |
show_errors |
should the UI show the number of errors that were made during a quiz. |
n_words_default |
integer indicating the default for the number of words per quiz. This value must lie between 5 and 95. |
rm_trailing_chars |
a character of length one containing
characters that should be removed if they appear at the
end of an answer. This can be used to omit rejecting answers
because a key next to Return is hit by accident. For a
Swiss keyboard, |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.