dbosak01 / libr

An R package to create data libraries and data dictionaries.
27 stars 1 forks source link

dbf export error #62

Closed dbosak01 closed 3 years ago

dbosak01 commented 3 years ago

Need to test dbf import and export. Export is currently failing on a standard data frame. Error is a unrecognized data types.

dbosak01 commented 3 years ago

Problem was the dbf file export fails on tibbles. This is apparently a known issue. Converted to data.frame right before export, and everything is fine.