Description Usage Arguments Value Examples
Function download all master-data from dwh_prod and munstat2 databases from Prosha
1 | read_all_prosha(is_mnst = FALSE, sheet = "All")
|
is_mnst |
if TRUE, master data download from "munstat2" as well |
sheet |
A name character of the needed sheet, like "location", All means all tables |
List with 2 leaves containe separated tibbles with master-data tables (location, indicator, okved, etc..)
1 2 3 | read_all_prosha()
read_all_prosha(is_mnst = TRUE)
read_all_prosha(sheet = c("location", "okved"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.