Learn R Programming

simfinR (version 0.2.3)

simfinR_id_to_name: Finds a company name by its simfin id

Description

Finds a company name by its simfin id

Usage

simfinR_id_to_name(id_in, api_key)

Arguments

id_in

Id of company

api_key

Your api key

Value

A string (name of company)

Examples

Run this code
# NOT RUN {
api_key <- 'YOURAPIHERE'
my_name <- simfinR_id_to_name(59265, api_key)
# }

Run the code above in your browser using DataLab