powered by
Uses the api to get available statements for a single company.
simfinR_get_available_statements(id_sim, api_key, silent = TRUE)
Id of company (see simfinR_get_available_companies for downloading a table with ids)
simfinR_get_available_companies
Your api key
Be silent? (TRUE or FALSE)
A dataframe with available statements
# NOT RUN { id_companies <- 59265 api_key <- 'YOURAPIHERE' df_available <- simfinR_get_available_statements(id_companies, api_key = api_key) # }
Run the code above in your browser using DataLab