proQuestBWR.f: Converts bibliographic text files extracted from ProQuest...

Description Usage Arguments Note Examples

Description

Converts bibliographic text files extracted from ProQuest into analyzable data frame

Usage

1
proQuestBWR.f(path, rmDuplicates = TRUE, csv = FALSE)

Arguments

path

path for the folder containing text files to be wrangled

rmDuplicates

logical vector indicating whether the function should identify and remove duplicate article records

csv

logical vector indicating whether the final data frame generated by the function should be saved to the working directory as a .csv file

Note

proQuestBWR.f will wrangle all text files present in the path folder.

Examples

1
proQuestBWR.f(csv=TRUE, path="C:/Users/JohnDoe/Desktop/ProQuestTextFiles")

bryanvictor/BibWrangleR documentation built on May 13, 2019, 8:11 a.m.