- Klikni na tlačítko "Raw" (vpravo nahoře nad textem)
- Ctrl+A (označ vše) → Ctrl+C (zkopíruj)
- Vlož do Claude Code / ChatGPT / Cursor → enter → hotová appka ☕
Nebo klikni "Download ZIP" (vpravo nahoře na stránce) pro stažení jako soubor.
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
| library(dplyr) | |
| library(ggplot2) | |
| library(statnipokladna) | |
| local_budgets <- sp_get_table(table_id = "budget-local", # table ID, see `sp_tables` | |
| year = 2020, | |
| month = 12, | |
| dest_dir = "data/budget_data") | |
| functional_categories <- sp_get_codelist("paragraf", | |
| dest_dir = "data/budget_data") |
In this guide we will only focus on using the prebuilt images from Docker Hub.
Prerequisites: You have Git, Docker, Docker compose and Nginx pre-installed.
Clone Mastodon's repository.