read_wordlist | R Documentation |
Read a word list file
read_wordlist(file, config_file = NULL)
get_wordlist_testfile()
file |
character with the full path to the word list file |
config_file |
character giving the full path to the
configuration file. If omitted, the default configuration is
used. See |
get_wordlist_testfile()
returns the file name of a wordlist
file that can be used for tests.
a wordlist object, which is a data frame with the following columns:
language1
words in the first language
language2
words in the second language
group
name of the group that the words belong to
core
is the word part of the core vocabulary?
exam
is the word part of the current exam?
box1
the box in which the words are in the mode 1 > 2
count1
the number of consecutive successes in the current box in the mode 1 > 2
date1
the date of the last success in the mode 1 > 2
box2
the box in which the words are in the mode 2 > 1
count2
the number of consecutive successes in the current box in the mode 2 > 1
date2
the date of the last success in the mode 2 > 1
The full names of the two languages are returned as attribute of
the wordlist and can be obtained using
get_languages
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.