Description Usage Arguments Examples
View source: R/analyze_citations.R
Generates figures with summary of analysis of citation cases
1  | analyze_citations(file, article, output)
 | 
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  | 
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)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.