Open SimonGreenhill opened 5 years ago
What would the API be?
Need to:
# work off data.frames? > write.cldf(table1, table2, table3, directory="xxx") # work off a CLDF object? > obj <- cldf() # empty > add_table(obj, name, table, type="wordlist") > add_foreign_key(obj, 'a', 'b') > make_metadata(obj) > write.cldf(obj, directory="xxx")
See #5
What would the API be?
Need to: