autocomplete {dawaR} | R Documentation |
Base function for interacting with autocomplete
of sections.
Description
This function is very handy when needing to either validate or simply "fill in gaps" with autocompletion from the API.
Usage
autocomplete(section, input, ...)
Arguments
section |
Defines what section of the api should be called.
|
input |
The input to autocomplete. Could be a name, a place and similar. |
... |
< |
Value
Returns the autocomplete information for the provided section
given the input.
Examples
autocomplete("regioner", "midt")
[Package dawaR version 0.2.3 Index]