analyze_citations: Generates figures with summary of analysis of citation cases

Description Usage Arguments Examples

View source: R/analyze_citations.R

Description

Generates figures with summary of analysis of citation cases

Usage

1
analyze_citations(file, article, output)

Arguments

file

'citation_data.csv' that contains data on the citation cases.

article

Name of cited article; e.g. Fearon (2003)

output

folder where figures generated by function will be stored

Examples

1
2
3
4
5
6
7
## Not run: 
 file <- "~/Google Drive/2016_Quality_of_citations/data/Fearon 2003_citation_cases.csv"
 article <- "Fearon and Laitin (2003)"
 output <- "fearon_2003"
 analyze_citations(file, article, output)

## End(Not run)

paulcbauer/citationsr documentation built on May 3, 2019, 5:47 p.m.