Hi I am new to R. I am trying to import dbf file using read.dbf but getting error message "object read.dbf is not found. Please help in this regard. Thank you -- View this message in context: http://r.789695.n4.nabble.com/Import-dbf-file-tp3458366p3458366.html Sent from the R help mailing list archive at Nabble.com.
Import dbf file
3 messages · David Winsemius, new2R
On Apr 18, 2011, at 2:41 PM, new2R wrote:
Hi I am new to R. I am trying to import dbf file using read.dbf but getting error message "object read.dbf is not found.
The message suggests that you have not loaded the `foreign` package.
Please help in this regard.
?require -- David Winsemius, MD West Hartford, CT
Thank you..david That helps me. -- View this message in context: http://r.789695.n4.nabble.com/Import-dbf-file-tp3458468p3458526.html Sent from the R help mailing list archive at Nabble.com.