Description Usage Arguments Value References Examples
autocomplete
Company Autocomplete is an API that lets you auto-complete company names and retreive logo and domain information.
1 2 3 4 | autocomplete(obj, search)
## S4 method for signature 'Tomba'
autocomplete(obj, search)
|
obj |
Tomba class |
search |
a character name company or website. |
A list autocomplete data containing the: Total email on company,company website and name and logo.
https://developer.tomba.io/#autocomplete
1 2 3 4 5 | ## Not run:
client <- Tomba(key="ta_xxxx",secret="ts_xxxx")
result <- autocomplete(obj,search="google")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.