categorize_references: Determine what types of sources and which journals are cited...

View source: R/references.R

categorize_referencesR Documentation

Determine what types of sources and which journals are cited in a bib file

Description

This function reads in a bib file and outputs to the console which types of sources are contained in it (@Article, @Book, etc), and how many of each are in the bib file. It also outputs which journals the @Article references come from, and how many times each journal is listed in an @Article reference in the bib file.

Usage

categorize_references(filename)

Arguments

filename

A character vector of length one giving the path of the bib file you want examined

Value

Invisibly returns the contents of the bib file


duckmayr/quack documentation built on March 19, 2023, 9:13 p.m.