This file contains 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
# n: Nodarbināto skaits uzņēmumā | |
# v: Vietējo vienību skaits uzņēmumā | |
# n <- 5 | |
# v <- 3 | |
rm(list = ls()) | |
gc() | |
gen.all.matrix <- function(n, v) { |
This file contains 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
# Deaths by week | |
options("max.print" = 1e4) | |
library(eurostat) | |
library(data.table) | |
library(ggplot2) | |
library(ISOcodes) | |
cntry <- as.data.table(ISO_3166_1) |
This file contains 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
# Piemērs CSP datu importam ar pxweb | |
# Vairāk lasīt: | |
# https://htmlpreview.github.io/?https://github.com/rOpenGov/pxweb/blob/test/vignettes/pxweb.html | |
library(pxweb) | |
# API URL | |
px_url <- "https://data.stat.gov.lv/api/v1/lv/OSP_PUB/START/VEK/IK/IKP/IKP020" | |
# Metadati |
This file contains 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
https://github.com/valinet/ExplorerPatcher | |
https://www.autohotkey.com/ | |
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. | |
; #Warn ; Enable warnings to assist with detecting common errors. | |
SendMode Input ; Recommended for new scripts due to its superior speed and reliability. | |
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. | |
^!Insert::Send {Media_Play_Pause} |
OlderNewer