Inuit amerlassusaat
table <-
read_csv(
glue::glue(link1, csv, lang),
locale = locale(encoding = "latin1")) |>
mutate(aar = "2024", .before = 2)
column_vector <- 1:8
names(column_vector) <- c(" ",
fromJSON(file = glue::glue(link1, json, lang))$dimension$`place of birth`$category$label$N,
fromJSON(file = glue::glue(link1, json, lang))$dimension$`place of birth`$category$label$S,
fromJSON(file = glue::glue(link1, json, lang))$dimension$`place of birth`$category$label$T,
glue(fromJSON(file = glue::glue(link1, json, lang))$dimension$`place of birth`$category$label$N, " "),
glue(fromJSON(file = glue::glue(link1, json, lang))$dimension$`place of birth`$category$label$S, " "),
glue(fromJSON(file = glue::glue(link1, json, lang))$dimension$`place of birth`$category$label$T, " "),
glue(fromJSON(file = glue::glue(link1, json, lang))$dimension$`place of birth`$category$label$T, " "))
header_vector <- c(1, 3, 3, 1)
names(header_vector) <- c(" ",
fromJSON(file = glue::glue(link1, json, lang))$dimension$gender$category$label$M,
fromJSON(file = glue::glue(link1, json, lang))$dimension$gender$category$label$K,
fromJSON(file = glue::glue(link1, json, lang))$dimension$gender$category$label$T)
table %>%
select(-2, -8, -9) %>%
rename(column_vector) %>%
statgl_table() %>%
row_spec(1, bold = T) %>%
add_header_above(header_vector) |>
pack_rows(index = table(table[2]))
|
Angutit
|
Arnat
|
Katillugit
|
|
Kalaallit Nunaat
|
Kalaallit Nunaata avataani
|
Katillugit
|
Kalaallit Nunaat
|
Kalaallit Nunaata avataani
|
Katillugit
|
Katillugit
|
2024
|
Katillugit
|
25.443
|
4.327
|
29.770
|
24.295
|
2.477
|
6.804
|
56.542
|
Kommune Kujalleq
|
2.953
|
303
|
3.256
|
2.714
|
140
|
443
|
6.110
|
Kommuneqarfik Sermersooq
|
9.914
|
2.747
|
12.661
|
9.950
|
1.618
|
4.365
|
24.229
|
Qeqqata Kommunia
|
4.371
|
478
|
4.849
|
4.040
|
290
|
768
|
9.179
|
Kommune Qeqertalik
|
2.973
|
191
|
3.164
|
2.709
|
96
|
287
|
5.969
|
Avannaata Kommunia
|
5.215
|
575
|
5.790
|
4.875
|
324
|
899
|
10.989
|
Kommunit avataanni
|
17
|
33
|
50
|
7
|
9
|
42
|
66
|
Se Statistikbanken tabel: BEDST2
table <-
read_csv(
glue::glue(link2, csv, lang),
locale = locale(encoding = "latin1")) |>
mutate(aar = "2024", .before = 2)
column_vector <- 1:8
names(column_vector) <- c(" ",
fromJSON(file = glue::glue(link2, json, lang))$dimension$`place of birth`$category$label$N,
fromJSON(file = glue::glue(link2, json, lang))$dimension$`place of birth`$category$label$S,
fromJSON(file = glue::glue(link2, json, lang))$dimension$`place of birth`$category$label$T,
glue(fromJSON(file = glue::glue(link2, json, lang))$dimension$`place of birth`$category$label$N, " "),
glue(fromJSON(file = glue::glue(link2, json, lang))$dimension$`place of birth`$category$label$S, " "),
glue(fromJSON(file = glue::glue(link2, json, lang))$dimension$`place of birth`$category$label$T, " "),
glue(fromJSON(file = glue::glue(link2, json, lang))$dimension$`place of birth`$category$label$T, " "))
header_vector <- c(1, 3, 3, 1)
names(header_vector) <- c(" ",
fromJSON(file = glue::glue(link2, json, lang))$dimension$gender$category$label$M,
fromJSON(file = glue::glue(link2, json, lang))$dimension$gender$category$label$K,
fromJSON(file = glue::glue(link2, json, lang))$dimension$gender$category$label$T)
table %>%
select(-2, -8, -9) %>%
filter(table[,10] > 0) %>%
rename(column_vector) %>%
statgl_table() %>%
row_spec(1, bold = T) %>%
add_header_above(header_vector) |>
pack_rows(index = table(table[2]))
|
Angutit
|
Arnat
|
Katillugit
|
|
Kalaallit Nunaat
|
Kalaallit Nunaata avataani
|
Katillugit
|
Kalaallit Nunaat
|
Kalaallit Nunaata avataani
|
Katillugit
|
Katillugit
|
2024
|
Katillugit
|
25.443
|
4.327
|
29.770
|
24.295
|
2.477
|
6.804
|
56.542
|
Nanortalik
|
758
|
31
|
789
|
641
|
10
|
41
|
1.440
|
Qaqortoq
|
1.484
|
212
|
1.696
|
1.387
|
99
|
311
|
3.182
|
Narsaq
|
711
|
60
|
771
|
686
|
31
|
91
|
1.488
|
Paamiut
|
635
|
34
|
669
|
552
|
24
|
58
|
1.245
|
Nuuk
|
7.885
|
2.634
|
10.519
|
8.043
|
1.551
|
4.185
|
20.113
|
Maniitsoq
|
1.534
|
121
|
1.655
|
1.354
|
54
|
175
|
3.063
|
Sisimiut
|
2.837
|
357
|
3.194
|
2.686
|
236
|
593
|
6.116
|
Kangaatsiaq
|
548
|
3
|
551
|
471
|
3
|
6
|
1.025
|
Aasiaat
|
1.496
|
171
|
1.667
|
1.351
|
79
|
250
|
3.097
|
Qasigiannguit
|
528
|
7
|
535
|
499
|
7
|
14
|
1.041
|
Ilulissat
|
2.400
|
452
|
2.852
|
2.335
|
254
|
706
|
5.441
|
Qeqertarsuaq
|
401
|
10
|
411
|
388
|
7
|
17
|
806
|
Uummannaq
|
1.074
|
66
|
1.140
|
1.020
|
48
|
114
|
2.208
|
Upernavik
|
1.371
|
42
|
1.413
|
1.205
|
14
|
56
|
2.632
|
Qaanaaq
|
370
|
15
|
385
|
315
|
8
|
23
|
708
|
Tasiilaq
|
1.231
|
75
|
1.306
|
1.204
|
36
|
111
|
2.546
|
Ittoqqortoormiit
|
163
|
4
|
167
|
151
|
7
|
11
|
325
|
Se Statistikbanken tabel: BEDST3
table <-
read_csv(
glue(link3, csv, lang),
locale = locale(encoding = "latin1"))
column_vector <- 1:8
names(column_vector) <- c(" ",
fromJSON(file = glue::glue(link3, json, lang))$dimension$`place of birth`$category$label$N,
fromJSON(file = glue::glue(link3, json, lang))$dimension$`place of birth`$category$label$S,
fromJSON(file = glue::glue(link3, json, lang))$dimension$`place of birth`$category$label$T,
glue(fromJSON(file = glue::glue(link3, json, lang))$dimension$`place of birth`$category$label$N, " "),
glue(fromJSON(file = glue::glue(link3, json, lang))$dimension$`place of birth`$category$label$S, " "),
glue(fromJSON(file = glue::glue(link3, json, lang))$dimension$`place of birth`$category$label$T, " "),
glue(fromJSON(file = glue::glue(link3, json, lang))$dimension$`place of birth`$category$label$T, " "))
header_vector <- c(1, 3, 3, 1)
names(header_vector) <- c(" ",
fromJSON(file = glue::glue(link3, json, lang))$dimension$gender$category$label$M,
fromJSON(file = glue::glue(link3, json, lang))$dimension$gender$category$label$K,
fromJSON(file = glue::glue(link3, json, lang))$dimension$gender$category$label$T)
table %>%
select(-8, -9) %>%
filter(table[,10] > 0) %>%
rename(column_vector) %>%
statgl_table() %>%
row_spec(1, bold = T) %>%
add_header_above(header_vector) |>
pack_rows("2024", 1, 80)
|
Angutit
|
Arnat
|
Katillugit
|
|
Kalaallit Nunaat
|
Kalaallit Nunaata avataani
|
Katillugit
|
Kalaallit Nunaat
|
Kalaallit Nunaata avataani
|
Katillugit
|
Katillugit
|
2024
|
Nuna tamakkerlugu
|
25.443
|
4.327
|
29.770
|
24.295
|
2.477
|
26.772
|
56.542
|
Nanortalik (illoqarfik)
|
551
|
21
|
572
|
499
|
7
|
506
|
1.078
|
Aappilattoq (Kujallermi nunaqarfik)
|
48
|
1
|
49
|
36
|
1
|
37
|
86
|
Narsarmijit (2018-ip naanerani taajuut allanngorpoq)
|
32
|
1
|
33
|
26
|
0
|
26
|
59
|
Tasiusaq (Kujallermi nunaqarfik)
|
30
|
0
|
30
|
11
|
1
|
12
|
42
|
Ammassivik (nunaqarfik)
|
17
|
0
|
17
|
16
|
0
|
16
|
33
|
Alluitsup Paa (nunaqarfik)
|
79
|
6
|
85
|
51
|
0
|
51
|
136
|
Uoplyst i Nanortalik distrikt
|
1
|
2
|
3
|
2
|
1
|
3
|
6
|
Qaqortoq (illoqarfik)
|
1.417
|
210
|
1.627
|
1.343
|
99
|
1.442
|
3.069
|
Saarloq (nunaqarfik)
|
17
|
0
|
17
|
11
|
0
|
11
|
28
|
Eqalugaarsuit (nunaqarfik)
|
42
|
2
|
44
|
29
|
0
|
29
|
73
|
Qassimiut (nunaqarfik)
|
8
|
0
|
8
|
4
|
0
|
4
|
12
|
Narsaq (illoqarfik)
|
604
|
35
|
639
|
598
|
20
|
618
|
1.257
|
Igaliku (nunaqarfik)
|
18
|
1
|
19
|
13
|
0
|
13
|
32
|
Qassiarsuk (nunaqarfik)
|
34
|
1
|
35
|
29
|
2
|
31
|
66
|
Narsarsuaq (nunaqarfik)
|
54
|
23
|
77
|
46
|
9
|
55
|
132
|
Uoplyst i Narsaq distrikt
|
1
|
0
|
1
|
0
|
0
|
0
|
1
|
Paamiut (illoqarfik)
|
593
|
34
|
627
|
520
|
22
|
542
|
1.169
|
Arsuk (nunaqarfik)
|
42
|
0
|
42
|
32
|
2
|
34
|
76
|
Nuuk (illoqarfik)
|
7.757
|
2.632
|
10.389
|
7.965
|
1.549
|
9.514
|
19.903
|
Qeqertarsuatsiaat (nunaqarfik)
|
101
|
2
|
103
|
67
|
1
|
68
|
171
|
Kapisillit (nunaqarfik)
|
25
|
0
|
25
|
11
|
1
|
12
|
37
|
Uoplyst i Nuuk distrikt
|
2
|
0
|
2
|
0
|
0
|
0
|
2
|
Tasiilaq (illoqarfik)
|
822
|
60
|
882
|
847
|
29
|
876
|
1.758
|
Sermiligaaq (nunaqarfik)
|
104
|
0
|
104
|
98
|
0
|
98
|
202
|
Isertoq (nunaqarfik)
|
32
|
0
|
32
|
27
|
0
|
27
|
59
|
Kulusuk (nunaqarfik)
|
110
|
9
|
119
|
80
|
7
|
87
|
206
|
Tiilerilaaq (nunaqarfik)
|
41
|
2
|
43
|
44
|
0
|
44
|
87
|
Kuummiit (nunaqarfik)
|
122
|
4
|
126
|
108
|
0
|
108
|
234
|
Ittoqqortoormiit (illoqarfik)
|
162
|
4
|
166
|
151
|
7
|
158
|
324
|
Uoplyst i Illoqqortoormiut distrikt
|
1
|
0
|
1
|
0
|
0
|
0
|
1
|
Maniitsoq (illoqarfik)
|
1.236
|
118
|
1.354
|
1.111
|
54
|
1.165
|
2.519
|
Atammik (nunaqarfik)
|
101
|
2
|
103
|
81
|
0
|
81
|
184
|
Napasoq (nunaqarfik)
|
35
|
0
|
35
|
30
|
0
|
30
|
65
|
Kangaamiut (nunaqarfik)
|
162
|
1
|
163
|
132
|
0
|
132
|
295
|
Sisimiut (illoqarfik)
|
2.573
|
280
|
2.853
|
2.445
|
187
|
2.632
|
5.485
|
Itilleq (nunaqarfik)
|
49
|
0
|
49
|
51
|
0
|
51
|
100
|
Sarfannguit (nunaqarfik)
|
52
|
1
|
53
|
38
|
0
|
38
|
91
|
Kangerlussuaq (nunaqarfik)
|
163
|
76
|
239
|
152
|
49
|
201
|
440
|
Kangaatsiaq (illoqarfik)
|
245
|
2
|
247
|
231
|
3
|
234
|
481
|
Attu (nunaqarfik)
|
105
|
1
|
106
|
78
|
0
|
78
|
184
|
Iginniarfik (nunaqarfik)
|
32
|
0
|
32
|
29
|
0
|
29
|
61
|
Niaqornaarsuk (nunaqarfik)
|
119
|
0
|
119
|
94
|
0
|
94
|
213
|
Ikerasaarsuk (KAN)(nunaqarfik)
|
47
|
0
|
47
|
39
|
0
|
39
|
86
|
Aasiaat (illoqarfik)
|
1.430
|
171
|
1.601
|
1.312
|
79
|
1.391
|
2.992
|
Akunnaaq (nunaqarfik)
|
36
|
0
|
36
|
19
|
0
|
19
|
55
|
Kitsissuarsuit (nunaqarfik)
|
30
|
0
|
30
|
20
|
0
|
20
|
50
|
Qasigiannguit (illoqarfik)
|
489
|
7
|
496
|
459
|
6
|
465
|
961
|
Ikamiut (nunaqarfik)
|
39
|
0
|
39
|
40
|
1
|
41
|
80
|
Qeqertarsuaq (illoqarfik)
|
397
|
10
|
407
|
385
|
7
|
392
|
799
|
Kangerluk (nunaqarfik)
|
4
|
0
|
4
|
3
|
0
|
3
|
7
|
Ilulissat (illoqarfik)
|
2.222
|
446
|
2.668
|
2.167
|
252
|
2.419
|
5.087
|
Oqaatsut (nunaqarfik)
|
23
|
4
|
27
|
15
|
0
|
15
|
42
|
Qeqertaq (nunaqarfik)
|
48
|
0
|
48
|
49
|
0
|
49
|
97
|
Saqqaq (nunaqarfik)
|
85
|
1
|
86
|
72
|
2
|
74
|
160
|
Ilimanaq (nunaqarfik)
|
22
|
1
|
23
|
32
|
0
|
32
|
55
|
Uummannaq (illoqarfik)
|
659
|
54
|
713
|
647
|
41
|
688
|
1.401
|
Niaqornat (nunaqarfik)
|
12
|
0
|
12
|
17
|
0
|
17
|
29
|
Qaarsut (nunaqarfik)
|
87
|
3
|
90
|
81
|
1
|
82
|
172
|
Ikerasak (nunaqarfik)
|
122
|
0
|
122
|
102
|
0
|
102
|
224
|
Saattut (nunaqarfik)
|
120
|
6
|
126
|
100
|
5
|
105
|
231
|
Ukkusissat (nunaqarfik)
|
74
|
3
|
77
|
73
|
1
|
74
|
151
|
Upernavik (illoqarfik)
|
548
|
31
|
579
|
481
|
7
|
488
|
1.067
|
Upernavik Kujalleq (nunaqarfik)
|
96
|
0
|
96
|
91
|
0
|
91
|
187
|
Kangersuatsiaq (nunaqarfik)
|
78
|
0
|
78
|
40
|
0
|
40
|
118
|
Aappilattoq (Avannaani nunaqarfik)
|
78
|
0
|
78
|
71
|
0
|
71
|
149
|
Tasiusaq (Avannaani nunaqarfik)
|
131
|
3
|
134
|
127
|
3
|
130
|
264
|
Nuussuaq (nunaqarfik)
|
87
|
1
|
88
|
86
|
0
|
86
|
174
|
Kullorsuaq (nunaqarfik)
|
222
|
4
|
226
|
216
|
2
|
218
|
444
|
Naajaat (nunaqarfik)
|
26
|
0
|
26
|
21
|
0
|
21
|
47
|
Innaarsuit (nunaqarfik)
|
85
|
3
|
88
|
58
|
2
|
60
|
148
|
Nutaarmiut (nunaqarfik)
|
19
|
0
|
19
|
12
|
0
|
12
|
31
|
Ikerasaarsuk (UPE)(nunaqarfik)
|
1
|
0
|
1
|
2
|
0
|
2
|
3
|
Qaanaaq (illoqarfik)
|
304
|
14
|
318
|
272
|
8
|
280
|
598
|
Savissivik (nunaqarfik)
|
29
|
0
|
29
|
19
|
0
|
19
|
48
|
Siorapaluk (nunaqarfik)
|
22
|
1
|
23
|
15
|
0
|
15
|
38
|
Qeqertat (nunaqarfik)
|
14
|
0
|
14
|
9
|
0
|
9
|
23
|
Uoplyst i Qaanaaq distrikt
|
1
|
0
|
1
|
0
|
0
|
0
|
1
|
Pituffik (stationi)
|
17
|
25
|
42
|
6
|
6
|
12
|
54
|
Uoplyst udenfor kommunerne
|
0
|
8
|
8
|
1
|
3
|
4
|
12
|
Se Statistikbanken tabel:
BEDST4