0

I have a problem with opening a DBF ( resulting from Foxpro) with Memo fields which are stored in *.ftp file into R. I can read in a dbf using read.dbf() from package foreign, but memo fields are not read in correctly.

Any ideas how to read dbf with memo type fields into R?

Leni Ohnesorge
  • 716
  • 8
  • 19

1 Answers1

0

I am not sure what you mean by "into R"

In order to get the Memo Field contents, you will need to use Foxpro/Visual Foxpro.

If this is a BUSINESS-CRITICAL project, then you should consider either purchasing a copy of VFP or hiring a contractor to export the data into your desired format.

Dhugalmac
  • 554
  • 10
  • 20