get_company {hlidacr}R Documentation

Get company details

Description

Get company details

Usage

get_company(company_name, token = Sys.getenv("HLIDAC_TOKEN"))

Arguments

company_name

Name of the company

token

Access token

Value

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

See Also

https://www.hlidacstatu.cz/swagger/index.html

https://www.hlidacstatu.cz/api/v1/doc

Examples

## Not run: 
get_company("Agrofert")

## End(Not run)

[Package hlidacr version 0.2.0 Index]