0

I would like yo read mydata.pdf in R... I use the following lines comands

>pdf <- readPDF(PdftotextOptions = "-layout")

>dat <- pdf(elem = list(uri='bmi_tbl.pdf'), language='en', id='id1')

The first error is the following

> pdf <- readPDF(PdftotextOptions = "-layout")
 Error in readPDF(PdftotextOptions = "-layout") : 
 unused argument (PdftotextOptions = "-layout")

I dont know what is the problem

MAOC
  • 625
  • 2
  • 8
  • 26
  • 3
    the problem is that there's no argument in `readPDF` called `PdftotextOptions`, just like the error message says – Señor O Jul 02 '14 at 16:27
  • Cual seria la mejor manera de importar un pdf entonces? – MAOC Jul 02 '14 at 17:42
  • Here are examples of what you're trying to do: http://stackoverflow.com/a/19926301/1036500 & http://stackoverflow.com/a/17981259/1036500 Like you I've never been able to get `readPDF` to work. – Ben Jul 02 '14 at 18:22

0 Answers0