Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
njahn82 committed Jan 7, 2020
1 parent d0a3855 commit ce5ffb1
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 50 deletions.
1 change: 1 addition & 0 deletions docs/about.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jn_facets <- jsonlite::stream_in(file("../data/jn_facets_df.json"), verbose = FA
#' get hybrid journals that have open licensing information in the period 2013-18
hybrid_cr <- readr::read_csv("../data/hybrid_publications.csv") %>%
mutate(license = fct_infreq(license)) %>%
mutate(publisher = fct_infreq(publisher)) %>%
mutate(year = factor(issued, levels = c("2013", "2014", "2015","2016", "2017", "2018", "2019"))) %>%
arrange(desc(yearly_publisher_volume))
Expand Down
66 changes: 33 additions & 33 deletions docs/about.html

Large diffs are not rendered by default.

Loading

0 comments on commit ce5ffb1

Please sign in to comment.