Re: [R] Getting data from a PDF-file into R

2009-01-26 Thread joe1985
Peter Dalgaard wrote: > > joe1985 wrote: >> Hello >> >> I have around 200 PDF-documents, containing data i want organized in R as >> a >> dataframe. The PDF-documents look like this; >> >> http://www.nabble.com/file/p21667074/PRRS-billede%2Bmed%2Bfarver.jpeg >> >> or like this; >> >> ht

Re: [R] Getting data from a PDF-file into R

2009-01-26 Thread Henrique Dallazuanna
You can convert the pdf to text, then manipulate the output to read only the data. In linux has pdftotext function, in linux you can download the xpdf zip, that contais such function. Best On 1/26/09, joe1985 wrote: > > > Hello > > I have around 200 PDF-documents, containing data i want organi

Re: [R] Getting data from a PDF-file into R

2009-01-26 Thread hadley wickham
On Mon, Jan 26, 2009 at 9:40 AM, Peter Dalgaard wrote: > joe1985 wrote: >> Hello >> >> I have around 200 PDF-documents, containing data i want organized in R as a >> dataframe. The PDF-documents look like this; >> >> http://www.nabble.com/file/p21667074/PRRS-billede%2Bmed%2Bfarver.jpeg >> >> or

Re: [R] Getting data from a PDF-file into R

2009-01-26 Thread Peter Dalgaard
joe1985 wrote: > Hello > > I have around 200 PDF-documents, containing data i want organized in R as a > dataframe. The PDF-documents look like this; > > http://www.nabble.com/file/p21667074/PRRS-billede%2Bmed%2Bfarver.jpeg > > or like this; > > http://www.nabble.com/file/p21667074/PRRS-bill

[R] Getting data from a PDF-file into R

2009-01-26 Thread joe1985
Hello I have around 200 PDF-documents, containing data i want organized in R as a dataframe. The PDF-documents look like this; http://www.nabble.com/file/p21667074/PRRS-billede%2Bmed%2Bfarver.jpeg or like this; http://www.nabble.com/file/p21667074/PRRS-billede%2Bmed%2Bfarver%2B2.jpeg So i