Description Usage Arguments Languages Response Functions Examples
Setup options for session.
1 2 3 4 5 6 7 8 9 10 11 | spot_set_opts(
language = "en",
response = "list",
retry = 25,
sleep = 0.5,
sleep_if_fail = 1,
base_url = NULL,
quiet = !interactive()
)
spot_get_opts()
|
language |
Language of text. |
response |
Format of response. |
retry |
Number of times |
sleep |
Pause between calls in seconds. |
sleep_if_fail |
Pause call attempts in seconds. |
base_url |
URL to ping if you have self-deployed spotlight. |
quiet |
Whether to print useful information in console. |
en English
de German
nl Dutch
fr French
it Italian
ru Russian
es Spanish
pt Portuguese
hu Hungarian
tr Turkish
list
data.frame
spot_set_opts set options
spot_get_opts get otpions
1 | spot_set_opts(language = "fr")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.