From b4801946246560bfef60c58b8c192996a36bac99 Mon Sep 17 00:00:00 2001 From: Mauricio 'Pacha' Vargas Sepulveda Date: Sun, 28 Apr 2024 19:27:48 -0400 Subject: [PATCH] fix vignettes example --- dev/errors.R | 2 +- vignettes/tabulapdf.Rmd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/errors.R b/dev/errors.R index 78444fc..127978d 100644 --- a/dev/errors.R +++ b/dev/errors.R @@ -1,4 +1,4 @@ -devtools::install() +# devtools::install() library(tabulapdf) diff --git a/vignettes/tabulapdf.Rmd b/vignettes/tabulapdf.Rmd index c3130fe..d26e5c5 100644 --- a/vignettes/tabulapdf.Rmd +++ b/vignettes/tabulapdf.Rmd @@ -23,7 +23,7 @@ The `pages` argument allows you to select which pages to attempt to extract tabl It is possible to specify a remote file, which will be copied to R's temporary directory before processing: ```{r} -f2 <- "https://github.com/leeper/tabulapdf/raw/master/inst/examples/data.pdf" +f2 <- "https://github.com/ropensci/tabulapdf/raw/master/inst/examples/data.pdf" extract_tables(f2, pages = 2) ```