Skip to content
Prev 303264 / 398506 Next

write.dbf error: invalid subscript type 'list'

If you intend to use R code in a package, or to source() it, or to be 
called by an external script, it's ALWAYS a good idea to make the 
package where the functions come from explicit. In this case, and given 
that it's working, use

foreign::write.dbf()

This is an example of the rule above.

Rui Barradas
Em 13-08-2012 19:57, Avishek Dutta escreveu: