extract_tables not available

Hi
I am trying to extract tables from PDFs using Tabulizer and the function extract_tables is coming up as not there. How do I get the function extract_tables.
Thanks
Error in extract_tables(f) : could not find function "extract_tables"

Hi Lilyspots,

Just to be sure, did you load the package library(tabulizer) , so that it is in the name space (global environment)? Otherwise try a more explicit call tabulizer::extract_tables(f) ?

Just a guess, I never encountered this problem using tabulizer. Hope it helps.

JW

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.