simfinR_get_info_company: Get description information for a company

Description Usage Arguments Value Examples

View source: R/get_info_company.R

Description

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

Usage

1
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

1
2
3
4
5
## Not run: 
api_key <- 'YOURAPIHERE'
l_info <- simfinR_get_info_company(59265, api_key, tempdir())

## End(Not run)

simfinR documentation built on April 2, 2021, 5:06 p.m.