Learn R Programming

simfinR (version 0.2.3)

simfinR_get_info_company: Get description information for a company

Description

Uses the simfin api to get information for a single company.

Usage

simfinR_get_info_company(id_sim, api_key, cache_folder)

Arguments

id_sim

Id of company

api_key

Your api key

cache_folder

Folder to save cache files

Value

A list with information

Examples

Run this code
# NOT RUN {
api_key <- 'YOURAPIHERE'
l_info <- simfinR_get_info_company(59265, api_key, tempdir())
# }

Run the code above in your browser using DataLab