Learn R Programming

tomba (version 1.0.1)

autocomplete: Company Autocomplete

Description

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

Usage

autocomplete(obj, search)

# S4 method for 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

Run this code
# NOT RUN {
client <- Tomba(key="ta_xxxx",secret="ts_xxxx")
result <- autocomplete(obj,search="google")
# }

Run the code above in your browser using DataLab