adapting genderequality csv dir to new project structure

This commit is contained in:
2021-08-07 01:40:37 +02:00
parent feed583fa9
commit 4b3e85be62
+1 -1
View File
@@ -38,7 +38,7 @@ the result into more descriptive variables.
For development purposes, we load the tables from csv files.
```{r}
res <- read_from_csv('../csv/')
res <- read_from_csv('../data/csv/')
```
and unpack our tibbles
```{r}