diff --git a/index.Rmd b/index.Rmd index f4d2569..7f827c5 100644 --- a/index.Rmd +++ b/index.Rmd @@ -6,6 +6,7 @@ output: df_print: paged number_sections: true toc: true + toc_depth: 2 toc_float: collapsed: false smooth_scroll: false @@ -227,7 +228,7 @@ df.single <- authors %>% # Descriptive -## Data after pre-processing +## Pre-processing result ### Number of unique papers @@ -287,7 +288,7 @@ articles %>% na.omit() ``` -## Preprints considered per year and model +## Preprints considered ### All authors @@ -369,7 +370,7 @@ authors %>% mutate(prop = n / pp.single$n) ``` -## Evolution per category over time +## Evolution over time ### Number of papers per month diff --git a/index.html b/index.html index c83bcdb..8e8f223 100644 --- a/index.html +++ b/index.html @@ -3000,8 +3000,8 @@
articles %>%
@@ -3078,8 +3078,8 @@ 2.2.2 Missing auth
library(ggplot2)
@@ -3791,7 +3791,7 @@ 3.3 All together
-