Version 4 (modified by celine, 15 years ago) (diff) |
---|
back to first page ..
back to Recipes for EDA CookBook R
Import various types of files
How to import dbf files Use the library "foreign" with R and write in the R console
library(foreign) read.dbf("COAST.dbf")