back to first page [..][[BR]] 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") }}}