Skip to content

Commit b480194

Browse files
committed
fix vignettes example
1 parent 0175563 commit b480194

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/errors.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
devtools::install()
1+
# devtools::install()
22

33
library(tabulapdf)
44

vignettes/tabulapdf.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The `pages` argument allows you to select which pages to attempt to extract tabl
2323
It is possible to specify a remote file, which will be copied to R's temporary directory before processing:
2424

2525
```{r}
26-
f2 <- "https://github.com/leeper/tabulapdf/raw/master/inst/examples/data.pdf"
26+
f2 <- "https://github.com/ropensci/tabulapdf/raw/master/inst/examples/data.pdf"
2727
extract_tables(f2, pages = 2)
2828
```
2929

0 commit comments

Comments
 (0)