read_ris: A Function to Read in a .ris File of Academic Papers

Description Usage Arguments Value

View source: R/read_ris.R

Description

This function reads in a .ris file of academic papers and then munges the output into 3 tidy data interlinked data frames.

Usage

1

Arguments

file

A character string of the path to the .ris file to read in.

...

Additional arguements to pass to readLines.

Value

3 tidy data frames: papers, authors, authors_on_papers. Each paper has a unique id (paper_id), as does each paper (paper_id). Authors and papers are linked by authors_on_papers which links paper_id, and author_id.


seabbs/trendsinpapers documentation built on May 4, 2019, 4:22 p.m.