autocomplete: Company Autocomplete

Description Usage Arguments Value References Examples

Description

autocomplete Company Autocomplete is an API that lets you auto-complete company names and retreive logo and domain information.

Usage

1
2
3
4
autocomplete(obj, search)

## S4 method for signature 'Tomba'
autocomplete(obj, search)

Arguments

obj

Tomba class

search

a character name company or website.

Value

A list autocomplete data containing the: Total email on company,company website and name and logo.

References

https://developer.tomba.io/#autocomplete

Examples

1
2
3
4
5
## Not run: 
client <- Tomba(key="ta_xxxx",secret="ts_xxxx")
result <- autocomplete(obj,search="google")

## End(Not run)

tomba documentation built on Nov. 2, 2021, 9:17 a.m.