I'm looking to export a dataframe as a dbf file in R, and am using write.dbf but I get an error that says:
Error in write.dbf(mydata, "mydata.dbf") : could not find function "write.dbf"
I've tried several variations of the filename portion for write.dbf (i.e no quotations, no extension, with the path included) but the all say the function can't be found.
Why is this the case?