ebscoBWR.f: Converts bibliographic text files extracted from EbscoHost...

Description Usage Arguments Note Examples

Description

Converts bibliographic text files extracted from EbscoHost into analyzable data frame

Usage

1
2
ebscoBWR.f(path, rmDuplicates = TRUE, firstAbstractOnly = TRUE,
  csv = FALSE)

Arguments

path

path directory for the folder containing text files to be wrangled

rmDuplicates

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

firstAbstractOnly

locgical vector indicating whether to retain all available abstract fields for a given article record. See front end notation.

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

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

Examples

1
ebscoBWR.f(csv=TRUE, path="C:/Users/JaneDoe/Desktop/EbscoHostTextFiles")

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