Skip to content

Commit d9dd052

Browse files
authored
Update config (#108)
* bug fix config * bug fix config * update quarto templates
1 parent 3b198ae commit d9dd052

16 files changed

Lines changed: 300 additions & 2 deletions

config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,10 +309,10 @@ coding_tools_access:
309309
cols:
310310
access_python: "Python"
311311
access_R: "R"
312-
access_SQL: "SQL"
313312
access_matlab: "Matlab"
314313
access_SAS: "SAS"
315314
access_SPSS: "SPSS"
315+
access_SQL: "SQL"
316316
access_stata: "Stata"
317317
access_VBA: "VBA"
318318
access_git: "Git"
@@ -326,10 +326,10 @@ coding_tools_knowledge:
326326
cols:
327327
knowledge_python: "Python"
328328
knowledge_R: "R"
329-
knowledge_SQL: "SQL"
330329
knowledge_matlab: "Matlab"
331330
knowledge_SAS: "SAS"
332331
knowledge_SPSS: "SPSS"
332+
knowledge_SQL: "SQL"
333333
knowledge_stata: "Stata"
334334
knowledge_VBA: "VBA"
335335
knowledge_git: "Git"

quarto/main/departments/centre-for-environment-fisheries-and-aquaculture-science.qmd

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,16 @@ Access to tools does not necessarily refer to official policy. Some analysts may
6666

6767
```{r}
6868
69+
tables$access <- tables$access |>
70+
dplyr::arrange(factor(name, levels = c("Python",
71+
"R",
72+
"SQL",
73+
"Matlab",
74+
"SAS",
75+
"SPSS",
76+
"Stata",
77+
"VBA")))
78+
6979
plot <- CARS::plot_stacked(tables$access, xlab = "Programming tool", colour_scale = "3scale", font_size = 14)
7080
table <- CARS::df_to_table(tables$access, column_headers = c("Programming tool", "Yes", "No", "Don't know"), crosstab = TRUE)
7181
@@ -81,6 +91,16 @@ Please note that capability in programming languages is self-reported here and w
8191

8292
```{r}
8393
94+
tables$knowledge <- tables$knowledge |>
95+
dplyr::arrange(factor(name, levels = c("Python",
96+
"R",
97+
"SQL",
98+
"Matlab",
99+
"SAS",
100+
"SPSS",
101+
"Stata",
102+
"VBA")))
103+
84104
plot <- CARS::plot_stacked(tables$knowledge, xlab = "Programming tool", colour_scale = "3scale", font_size = 14)
85105
table <- CARS::df_to_table(tables$knowledge, column_headers = c("Programming tool", "Yes", "No", "Not required for my work"), crosstab = TRUE)
86106

quarto/main/departments/department-for-environment-food-and-rural-affairs-excl-agencies-.qmd

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,16 @@ Access to tools does not necessarily refer to official policy. Some analysts may
6666

6767
```{r}
6868
69+
tables$access <- tables$access |>
70+
dplyr::arrange(factor(name, levels = c("Python",
71+
"R",
72+
"SQL",
73+
"Matlab",
74+
"SAS",
75+
"SPSS",
76+
"Stata",
77+
"VBA")))
78+
6979
plot <- CARS::plot_stacked(tables$access, xlab = "Programming tool", colour_scale = "3scale", font_size = 14)
7080
table <- CARS::df_to_table(tables$access, column_headers = c("Programming tool", "Yes", "No", "Don't know"), crosstab = TRUE)
7181
@@ -81,6 +91,16 @@ Please note that capability in programming languages is self-reported here and w
8191

8292
```{r}
8393
94+
tables$knowledge <- tables$knowledge |>
95+
dplyr::arrange(factor(name, levels = c("Python",
96+
"R",
97+
"SQL",
98+
"Matlab",
99+
"SAS",
100+
"SPSS",
101+
"Stata",
102+
"VBA")))
103+
84104
plot <- CARS::plot_stacked(tables$knowledge, xlab = "Programming tool", colour_scale = "3scale", font_size = 14)
85105
table <- CARS::df_to_table(tables$knowledge, column_headers = c("Programming tool", "Yes", "No", "Not required for my work"), crosstab = TRUE)
86106

quarto/main/departments/department-for-environment-food-and-rural-affairs-including-agencies-.qmd

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,16 @@ Access to tools does not necessarily refer to official policy. Some analysts may
6666

6767
```{r}
6868
69+
tables$access <- tables$access |>
70+
dplyr::arrange(factor(name, levels = c("Python",
71+
"R",
72+
"SQL",
73+
"Matlab",
74+
"SAS",
75+
"SPSS",
76+
"Stata",
77+
"VBA")))
78+
6979
plot <- CARS::plot_stacked(tables$access, xlab = "Programming tool", colour_scale = "3scale", font_size = 14)
7080
table <- CARS::df_to_table(tables$access, column_headers = c("Programming tool", "Yes", "No", "Don't know"), crosstab = TRUE)
7181
@@ -81,6 +91,16 @@ Please note that capability in programming languages is self-reported here and w
8191

8292
```{r}
8393
94+
tables$knowledge <- tables$knowledge |>
95+
dplyr::arrange(factor(name, levels = c("Python",
96+
"R",
97+
"SQL",
98+
"Matlab",
99+
"SAS",
100+
"SPSS",
101+
"Stata",
102+
"VBA")))
103+
84104
plot <- CARS::plot_stacked(tables$knowledge, xlab = "Programming tool", colour_scale = "3scale", font_size = 14)
85105
table <- CARS::df_to_table(tables$knowledge, column_headers = c("Programming tool", "Yes", "No", "Not required for my work"), crosstab = TRUE)
86106

quarto/main/departments/department-for-transport-excl-agencies-.qmd

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,16 @@ Access to tools does not necessarily refer to official policy. Some analysts may
6666

6767
```{r}
6868
69+
tables$access <- tables$access |>
70+
dplyr::arrange(factor(name, levels = c("Python",
71+
"R",
72+
"SQL",
73+
"Matlab",
74+
"SAS",
75+
"SPSS",
76+
"Stata",
77+
"VBA")))
78+
6979
plot <- CARS::plot_stacked(tables$access, xlab = "Programming tool", colour_scale = "3scale", font_size = 14)
7080
table <- CARS::df_to_table(tables$access, column_headers = c("Programming tool", "Yes", "No", "Don't know"), crosstab = TRUE)
7181
@@ -81,6 +91,16 @@ Please note that capability in programming languages is self-reported here and w
8191

8292
```{r}
8393
94+
tables$knowledge <- tables$knowledge |>
95+
dplyr::arrange(factor(name, levels = c("Python",
96+
"R",
97+
"SQL",
98+
"Matlab",
99+
"SAS",
100+
"SPSS",
101+
"Stata",
102+
"VBA")))
103+
84104
plot <- CARS::plot_stacked(tables$knowledge, xlab = "Programming tool", colour_scale = "3scale", font_size = 14)
85105
table <- CARS::df_to_table(tables$knowledge, column_headers = c("Programming tool", "Yes", "No", "Not required for my work"), crosstab = TRUE)
86106

quarto/main/departments/ministry-of-justice-excl-agencies-.qmd

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,16 @@ Access to tools does not necessarily refer to official policy. Some analysts may
6666

6767
```{r}
6868
69+
tables$access <- tables$access |>
70+
dplyr::arrange(factor(name, levels = c("Python",
71+
"R",
72+
"SQL",
73+
"Matlab",
74+
"SAS",
75+
"SPSS",
76+
"Stata",
77+
"VBA")))
78+
6979
plot <- CARS::plot_stacked(tables$access, xlab = "Programming tool", colour_scale = "3scale", font_size = 14)
7080
table <- CARS::df_to_table(tables$access, column_headers = c("Programming tool", "Yes", "No", "Don't know"), crosstab = TRUE)
7181
@@ -81,6 +91,16 @@ Please note that capability in programming languages is self-reported here and w
8191

8292
```{r}
8393
94+
tables$knowledge <- tables$knowledge |>
95+
dplyr::arrange(factor(name, levels = c("Python",
96+
"R",
97+
"SQL",
98+
"Matlab",
99+
"SAS",
100+
"SPSS",
101+
"Stata",
102+
"VBA")))
103+
84104
plot <- CARS::plot_stacked(tables$knowledge, xlab = "Programming tool", colour_scale = "3scale", font_size = 14)
85105
table <- CARS::df_to_table(tables$knowledge, column_headers = c("Programming tool", "Yes", "No", "Not required for my work"), crosstab = TRUE)
86106

quarto/main/departments/nhs.qmd

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,16 @@ Access to tools does not necessarily refer to official policy. Some analysts may
6666

6767
```{r}
6868
69+
tables$access <- tables$access |>
70+
dplyr::arrange(factor(name, levels = c("Python",
71+
"R",
72+
"SQL",
73+
"Matlab",
74+
"SAS",
75+
"SPSS",
76+
"Stata",
77+
"VBA")))
78+
6979
plot <- CARS::plot_stacked(tables$access, xlab = "Programming tool", colour_scale = "3scale", font_size = 14)
7080
table <- CARS::df_to_table(tables$access, column_headers = c("Programming tool", "Yes", "No", "Don't know"), crosstab = TRUE)
7181
@@ -81,6 +91,16 @@ Please note that capability in programming languages is self-reported here and w
8191

8292
```{r}
8393
94+
tables$knowledge <- tables$knowledge |>
95+
dplyr::arrange(factor(name, levels = c("Python",
96+
"R",
97+
"SQL",
98+
"Matlab",
99+
"SAS",
100+
"SPSS",
101+
"Stata",
102+
"VBA")))
103+
84104
plot <- CARS::plot_stacked(tables$knowledge, xlab = "Programming tool", colour_scale = "3scale", font_size = 14)
85105
table <- CARS::df_to_table(tables$knowledge, column_headers = c("Programming tool", "Yes", "No", "Not required for my work"), crosstab = TRUE)
86106

quarto/main/departments/northern-ireland-statistics-and-research-agency.qmd

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,16 @@ Access to tools does not necessarily refer to official policy. Some analysts may
6666

6767
```{r}
6868
69+
tables$access <- tables$access |>
70+
dplyr::arrange(factor(name, levels = c("Python",
71+
"R",
72+
"SQL",
73+
"Matlab",
74+
"SAS",
75+
"SPSS",
76+
"Stata",
77+
"VBA")))
78+
6979
plot <- CARS::plot_stacked(tables$access, xlab = "Programming tool", colour_scale = "3scale", font_size = 14)
7080
table <- CARS::df_to_table(tables$access, column_headers = c("Programming tool", "Yes", "No", "Don't know"), crosstab = TRUE)
7181
@@ -81,6 +91,16 @@ Please note that capability in programming languages is self-reported here and w
8191

8292
```{r}
8393
94+
tables$knowledge <- tables$knowledge |>
95+
dplyr::arrange(factor(name, levels = c("Python",
96+
"R",
97+
"SQL",
98+
"Matlab",
99+
"SAS",
100+
"SPSS",
101+
"Stata",
102+
"VBA")))
103+
84104
plot <- CARS::plot_stacked(tables$knowledge, xlab = "Programming tool", colour_scale = "3scale", font_size = 14)
85105
table <- CARS::df_to_table(tables$knowledge, column_headers = c("Programming tool", "Yes", "No", "Not required for my work"), crosstab = TRUE)
86106

quarto/main/departments/office-for-national-statistics.qmd

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,16 @@ Access to tools does not necessarily refer to official policy. Some analysts may
6666

6767
```{r}
6868
69+
tables$access <- tables$access |>
70+
dplyr::arrange(factor(name, levels = c("Python",
71+
"R",
72+
"SQL",
73+
"Matlab",
74+
"SAS",
75+
"SPSS",
76+
"Stata",
77+
"VBA")))
78+
6979
plot <- CARS::plot_stacked(tables$access, xlab = "Programming tool", colour_scale = "3scale", font_size = 14)
7080
table <- CARS::df_to_table(tables$access, column_headers = c("Programming tool", "Yes", "No", "Don't know"), crosstab = TRUE)
7181
@@ -81,6 +91,16 @@ Please note that capability in programming languages is self-reported here and w
8191

8292
```{r}
8393
94+
tables$knowledge <- tables$knowledge |>
95+
dplyr::arrange(factor(name, levels = c("Python",
96+
"R",
97+
"SQL",
98+
"Matlab",
99+
"SAS",
100+
"SPSS",
101+
"Stata",
102+
"VBA")))
103+
84104
plot <- CARS::plot_stacked(tables$knowledge, xlab = "Programming tool", colour_scale = "3scale", font_size = 14)
85105
table <- CARS::df_to_table(tables$knowledge, column_headers = c("Programming tool", "Yes", "No", "Not required for my work"), crosstab = TRUE)
86106

quarto/main/departments/scottish-government-excl-agencies-.qmd

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,16 @@ Access to tools does not necessarily refer to official policy. Some analysts may
6666

6767
```{r}
6868
69+
tables$access <- tables$access |>
70+
dplyr::arrange(factor(name, levels = c("Python",
71+
"R",
72+
"SQL",
73+
"Matlab",
74+
"SAS",
75+
"SPSS",
76+
"Stata",
77+
"VBA")))
78+
6979
plot <- CARS::plot_stacked(tables$access, xlab = "Programming tool", colour_scale = "3scale", font_size = 14)
7080
table <- CARS::df_to_table(tables$access, column_headers = c("Programming tool", "Yes", "No", "Don't know"), crosstab = TRUE)
7181
@@ -81,6 +91,16 @@ Please note that capability in programming languages is self-reported here and w
8191

8292
```{r}
8393
94+
tables$knowledge <- tables$knowledge |>
95+
dplyr::arrange(factor(name, levels = c("Python",
96+
"R",
97+
"SQL",
98+
"Matlab",
99+
"SAS",
100+
"SPSS",
101+
"Stata",
102+
"VBA")))
103+
84104
plot <- CARS::plot_stacked(tables$knowledge, xlab = "Programming tool", colour_scale = "3scale", font_size = 14)
85105
table <- CARS::df_to_table(tables$knowledge, column_headers = c("Programming tool", "Yes", "No", "Not required for my work"), crosstab = TRUE)
86106

0 commit comments

Comments
 (0)