get_company {hlidacr} | R Documentation |
Get company details
get_company(company_name, token = Sys.getenv("HLIDAC_TOKEN"))
company_name |
Name of the company |
token |
Access token |
list with 3 elements: - ico: ID number of the company - jmeno: Name of the company - datoveSchranky: Data post box - electronic repository for communication between public institutions and private companies/people
https://www.hlidacstatu.cz/swagger/index.html
https://www.hlidacstatu.cz/api/v1/doc
## Not run:
get_company("Agrofert")
## End(Not run)