pdfx_targz: Get tar.gz version of the extracted text

View source: R/pdfx.r

pdfx_targzR Documentation

Get tar.gz version of the extracted text

Description

Get tar.gz version of the extracted text

Usage

pdfx_targz(input, write_path, ...)

Arguments

input

Output from pdfx function

write_path

Path to write tar ball to.

...

Further args passed to GET. These aren't named, so just do e.g. , verbose(), or timeout(3)

Examples


path <- "~/github/sac/scott/pdfs/BarraquandEtal2014peerj.pdf"
out <- pdfx(file = path)
tarfile <- tempfile(fileext = "tar.gz")
pdfx_targz(input = out, write_path = tarfile)


sckott/extractr documentation built on May 20, 2022, 1:12 p.m.