This package aims at formatting and using bibliographic data to produce a statistical and graphical analysis of a bibliometric corpus.
The bibou package can be used to format bibliographic exports from web of science. It helps formatting these exports into tables, either with:
- tib_doc: one row per document,
- tib_doc_author: one row per document*author,
- tib_doc_keyword: one row per document*keyword
- tib_doc_word: one row per document*word of abstract
The articles in the documentation then show how these tables can be used
to produce bibliometric tables or graphics based on the tidyverse
set
of tools.
It builds on packages bibliometrix
, tidytext
, and mixr
.
Please install the bibou package with
remotes::install_github("lvaudor/bibou")