Skip to content

Commit

Permalink
Update codebook parents
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas-Lafferte committed Jul 18, 2024
1 parent 693316c commit 14593fd
Show file tree
Hide file tree
Showing 16 changed files with 523 additions and 5,881 deletions.
9 changes: 9 additions & 0 deletions 07-codebook.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ rm(list = ls())
source(file = here("processing/01-codebook.R"), encoding = "UTF-8")
source(file = here("processing/02-codebook.R"), encoding = "UTF-8")
source(file = here("processing/03-codebook.R"), encoding = "UTF-8")
```

## Estudiantes
Expand All @@ -45,3 +46,11 @@ codebook:::label_browser_static(db_students)
```{r code2, echo=FALSE}
codebook:::label_browser_static(db_teachers)
```

## Padres y apoderados

```{r code3, echo=FALSE}
codebook:::label_browser_static(db_parents)
```


Loading

0 comments on commit 14593fd

Please sign in to comment.