Thomas J. Leeper
Thomas J. Leeper
There's an update of Tabula that was released last week, which apparently includes a number of fixes and improvements. It is going to require a bit of work to integrate,...
No problem. Can you give me the output of `traceback()` after that error occurs? And, give me the output of `sessionInfo()` just so I know your R and OS settings?
Can everyone on this thread let me know if this is still occurring with the latest versions of tabulizer and tabulizerjars (v0.9.2)? I've run the example from @thatsawinner and it...
If you use a different `method`argument, you should be able to get back a structure that isn't passed through `data.frame()`. You might try the `method = "csv"` option, which will...
Sorry, I'm not following exactly. Can you give an example that demonstrates the issue?
Perhaps try changing your .libPaths() to somewhere you have access rights.
@psychemedia The area specification is a bug in my code. I'm pushing a fix for it right now. It should be `top,left,bottom,right` just like in Tabula.
This IRS document might work well as an example: https://www.irs.gov/pub/irs-soi/14databk.pdf ``` R > extract_areas(tmp, pages = c(14, 15, 17, 18), method = "data.frame") > str(.Last.value) List of 6 $ :'data.frame':...
@masalmon The default behavior of `extract_tables()` should do this, as long as `guess = TRUE`.
Sorry, @SteveLane, for the delay on this. I will try to get to it as soon as I can.