Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
Extraction Concepts only when not done
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrug committed Dec 4, 2023
1 parent 3bbdd9d commit 593bf24
Show file tree
Hide file tree
Showing 14 changed files with 155 additions and 108 deletions.
257 changes: 149 additions & 108 deletions IPBES_TCA_Ch3_snowball_DMP.html

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions IPBES_TCA_Ch3_snowball_DMP.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ if (!file.exists(fn)){
arrange(desc(count))
writexl::write_xlsx(x, file.path(".", "data", "concepts_l0.xlsx"))
saveRDS(x, fn)
} else {
x <- readRDS(fn)
}
Expand Down Expand Up @@ -335,6 +336,7 @@ if (!file.exists(fn)){
arrange(desc(count))
writexl::write_xlsx(x, file.path(".", "data", "concepts_l1.xlsx"))
saveRDS(x, fn)
} else {
x <- readRDS(fn)
}
Expand Down Expand Up @@ -368,6 +370,7 @@ if (!file.exists(fn)){
arrange(desc(count))
writexl::write_xlsx(x, file.path(".", "data", "concepts_l2.xlsx"))
saveRDS(x, fn)
} else {
x <- readRDS(fn)
}
Expand Down Expand Up @@ -402,6 +405,7 @@ if (!file.exists(fn)){
arrange(desc(count))
writexl::write_xlsx(x, file.path(".", "data", "concepts_l3.xlsx"))
saveRDS(x, fn)
} else {
x <- readRDS(fn)
}
Expand Down Expand Up @@ -436,6 +440,7 @@ if (!file.exists(fn)){
arrange(desc(count))
writexl::write_xlsx(x, file.path(".", "data", "concepts_l4.xlsx"))
saveRDS(x, fn)
} else {
x <- readRDS(fn)
}
Expand Down Expand Up @@ -470,6 +475,7 @@ if (!file.exists(fn)){
arrange(desc(count))
writexl::write_xlsx(x, file.path(".", "data", "concepts_l5.xlsx"))
saveRDS(x, fn)
} else {
x <- readRDS(fn)
}
Expand Down
Binary file added data/concepts_l0.rds
Binary file not shown.
Binary file modified data/concepts_l0.xlsx
Binary file not shown.
Binary file added data/concepts_l1.rds
Binary file not shown.
Binary file modified data/concepts_l1.xlsx
Binary file not shown.
Binary file added data/concepts_l2.rds
Binary file not shown.
Binary file modified data/concepts_l2.xlsx
Binary file not shown.
Binary file added data/concepts_l3.rds
Binary file not shown.
Binary file modified data/concepts_l3.xlsx
Binary file not shown.
Binary file added data/concepts_l4.rds
Binary file not shown.
Binary file modified data/concepts_l4.xlsx
Binary file not shown.
Binary file added data/concepts_l5.rds
Binary file not shown.
Binary file modified data/concepts_l5.xlsx
Binary file not shown.

0 comments on commit 593bf24

Please sign in to comment.