Skip to content

Commit

Permalink
Drop unused chunk option
Browse files Browse the repository at this point in the history
  • Loading branch information
herreio committed Dec 8, 2024
1 parent 8c92bf1 commit 9fe50c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ doaj_publishers_withdrawn[1:100, ]

# Top 100 Publishers of Indexed Journals

```{r doaj-publishers-indexed, rownames.print=F}
```{r doaj-publishers-indexed}
doaj_publishers <- setNames(
as.data.frame(
table(doaj_journals$Publisher), stringsAsFactors = FALSE
Expand Down

0 comments on commit 9fe50c6

Please sign in to comment.