We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0175563 commit b480194Copy full SHA for b480194
dev/errors.R
@@ -1,4 +1,4 @@
1
-devtools::install()
+# devtools::install()
2
3
library(tabulapdf)
4
vignettes/tabulapdf.Rmd
@@ -23,7 +23,7 @@ The `pages` argument allows you to select which pages to attempt to extract tabl
23
It is possible to specify a remote file, which will be copied to R's temporary directory before processing:
24
25
```{r}
26
-f2 <- "https://github.com/leeper/tabulapdf/raw/master/inst/examples/data.pdf"
+f2 <- "https://github.com/ropensci/tabulapdf/raw/master/inst/examples/data.pdf"
27
extract_tables(f2, pages = 2)
28
```
29
0 commit comments