Description Usage Arguments Value Examples
Finds a company name by its simfin id
| 1 | simfinR_id_to_name(id_in, api_key)
 | 
| id_in | Id of company | 
| api_key | Your api key | 
A string (name of company)
| 1 2 3 4 5 | ## Not run: 
api_key <- 'YOURAPIHERE'
my_name <- simfinR_id_to_name(59265, api_key)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.