Skip to content

Commit

Permalink
fix vignettes example
Browse files Browse the repository at this point in the history
  • Loading branch information
pachadotdev committed Apr 28, 2024
1 parent 0175563 commit b480194
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev/errors.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
devtools::install()
# devtools::install()

library(tabulapdf)

Expand Down
2 changes: 1 addition & 1 deletion vignettes/tabulapdf.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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)
```

Expand Down

0 comments on commit b480194

Please sign in to comment.