scrape: Scrape metadata

Description Usage Arguments Value Examples

View source: R/scrape.R

Description

The scrape function allows you to scrape exif data from files in your computer. It defaults to the current working directory, pdf documents only, and all fields.

Usage

1
scrape(wd = NULL, filetype = NULL, verbose = F, cutoff = 1)

Arguments

wd

A file directory, defaults to current working directory

filetype

pdf'' or all”. The type of files to scrape, defaults to pdf only

verbose

Should there be a progress bar?

cutoff

The proportion of documents with metadata field to return, defaults to 1 (all fields)

Value

A dataframe with the metadata for all documents within the file path directory

Examples

1

HOppenheimer/scrapeR documentation built on Nov. 19, 2020, 7:11 a.m.