Skip to content
Snippets Groups Projects
Verified Commit ec4087a8 authored by Marta Girona Alarcon's avatar Marta Girona Alarcon Committed by GitLab UZH
Browse files

switch titles in the publication page of mice and mice and scans since it was wrong

parent 88f531bc
No related branches found
No related tags found
No related merge requests found
......@@ -116,7 +116,7 @@ joint_codebook <- bind_rows(mouse_codebook, scan_codebook) %>% distinct()
```
::: {.panel-tabset}
## Mice and scans info
## Mice
```{r}
DT::datatable(mice_used, filter = 'top', rownames = FALSE)
......@@ -127,7 +127,7 @@ DT::datatable(mice_used, filter = 'top', rownames = FALSE)
kable(joint_codebook, format = "markdown")
```
## Mice info
## Mice and scans info
```{r}
DT::datatable(scans_used, filter = 'top', rownames = FALSE)
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment