This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* There are two question before these that don not require much code, | |
* so only the SQL related answers are written below. | |
*/ | |
/* See the data */ | |
SELECT | |
* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
box::use( | |
tabulizer[locate_areas, extract_tables], | |
purrr[reduce], | |
dplyr[mutate, across, select, bind_rows, if_else, glimpse, lag, `%>%`], | |
stringr[str_remove, str_remove_all], | |
tidyr[extract, fill], | |
readr[write_csv] | |
) | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
box::use( | |
tabulizer[locate_areas, extract_tables], | |
purrr[reduce], | |
dplyr[mutate, across, select, bind_rows, if_else, glimpse, `%>%`], | |
stringr[str_remove, str_remove_all], | |
readr[write_csv] | |
) | |
# bilans na prihodi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
title: "Two-letter MK domain names" | |
output: | |
html_document: | |
df_print: paged | |
editor_options: | |
chunk_output_type: console | |
--- | |
```{r setup, include=FALSE} |