autocomplete | R Documentation |
autocomplete
of sections.This function is very handy when needing to either validate or simply "fill in gaps" with autocompletion from the API.
autocomplete(section, input, ...)
section |
Defines what section of the api should be called.
|
input |
The input to autocomplete. Could be a name, a place and similar. |
... |
< |
Returns the autocomplete information for the provided section
given the input.
if (connection_check()) {
autocomplete("regioner", "midt")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.