get_websites {hlidacr} | R Documentation |
Get websites
Description
Get websites
Usage
get_websites(token = Sys.getenv("HLIDAC_TOKEN"))
Arguments
token |
Authorization token |
Value
data.frame with data on websites run by the state with the following columns: - hostid: ID of website - host: host of website - url: URL of website - opendataUrl: URL to open data on website's availability - pageUrl: URL to website's profile at Hlidac statu - urad: the institution running the website - publicname: name of the website - popis: description of the website - hash
See Also
https://www.hlidacstatu.cz/swagger/index.html
https://www.hlidacstatu.cz/api/v1/doc
Examples
## Not run:
get_websites()
## End(Not run)
[Package hlidacr version 0.2.0 Index]