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?