Skip to content

Commit

Permalink
minor adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
Enchufa2 committed Oct 20, 2021
1 parent 2a6e9de commit 2a73b44
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
7 changes: 4 additions & 3 deletions index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ output:
df_print: paged
number_sections: true
toc: true
toc_depth: 2
toc_float:
collapsed: false
smooth_scroll: false
Expand Down Expand Up @@ -227,7 +228,7 @@ df.single <- authors %>%

# Descriptive

## Data after pre-processing
## Pre-processing result

### Number of unique papers

Expand Down Expand Up @@ -287,7 +288,7 @@ articles %>%
na.omit()
```

## Preprints considered per year and model
## Preprints considered

### All authors

Expand Down Expand Up @@ -369,7 +370,7 @@ authors %>%
mutate(prop = n / pp.single$n)
```

## Evolution per category over time
## Evolution over time

### Number of papers per month

Expand Down
16 changes: 8 additions & 8 deletions index.html

Large diffs are not rendered by default.

0 comments on commit 2a73b44

Please sign in to comment.