File tree Expand file tree Collapse file tree 2 files changed +2025
-1
lines changed Expand file tree Collapse file tree 2 files changed +2025
-1
lines changed Original file line number Diff line number Diff line change @@ -71,12 +71,14 @@ for (i in list_gnd)
71
71
# Checking the field_codes and sub_field_codes regarding GND and gender
72
72
``` {r}
73
73
all_gnd_vd17$GND<-gsub("gnd/","",as.character(all_gnd_vd17$GND))
74
- gnd_authority <- read_tsv(here("data/processed/all_gnd .tsv.gz"), lazy = TRUE)
74
+ gnd_authority <- read_tsv(here("vd17_auth .tsv.gz"), lazy = TRUE)
75
75
authority_gnd_list <- gnd_authority[gnd_authority$value %in% all_gnd_vd17$GND, , drop = FALSE] %>%
76
76
distinct(value)
77
77
gnd_authority_filter <- gnd_authority %>%
78
78
filter(subfield_code=="a",field_code %in% c("024","375"))
79
79
```
80
+
81
+
80
82
# For some GNDs, there is not field_code "375", so gender is not specified.
81
83
``` {r warning=FALSE}
82
84
columns= c("GND","gender")
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments