Skip to content

Commit

Permalink
Please cran
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Feb 27, 2019
1 parent 0d45ab4 commit 8569565
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions R/qpdf.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@
#' @param output base path of the output file(s)
#' @param password string with password to open pdf file
#' @examples # extract some pages
#' pdf_file <- file.path(tempdir(), "output.pdf")
#' pdf_subset('https://cran.r-project.org/doc/manuals/r-release/R-intro.pdf',
#' pages = 1:3, output = "output.pdf")
#' pdf_length("output.pdf")
#' unlink("output.pdf")
#' pages = 1:3, output = pdf_file)
#' pdf_length(pdf_file)
#' unlink(pdf_file)
pdf_split <- function(input, output = NULL, password = ""){
input <- get_input(input)
if(!length(output))
Expand Down
7 changes: 4 additions & 3 deletions man/qpdf.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8569565

Please sign in to comment.