new_timeline | R Documentation |
Creates a new timeline. Timelines allow tests to support multiple languages.
new_timeline(x = stop("x not supplied"), dict = NULL, default_lang = "en")
x |
Expression defining a series of test elements.
This expression will be evaluated once for every language
provided in the dictionary argument ( |
dict |
Dictionary object as created by |
default_lang |
If no dictionary is supplied, then
|
Debugging is difficult within new_timeline()
because of its underlying macro definition.
When building a test, we recommend defining small timelines
first and subsequently combining them.
This helps to narrow down the source of any errors.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.