refactor again because of check complaining

This commit is contained in:
2021-08-07 02:00:09 +02:00
parent 4b3e85be62
commit 502dc45781
22 changed files with 17 additions and 17 deletions
+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('../data/csv/')
res <- read_from_csv('../inst/csv/')
```
and unpack our tibbles
```{r}