You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like the readme and vignette are wrong. It works if you instead call create_metadata like:
m <- create_metadata(tables=list(list(tableSchema=s)))
i.e. the tables are a list of tables, each table itself being a list having a tableSchema.
I'll update the documentation and add a test case for round-tripping like this. I think the metadata can look a little different in the single-table case (the table group being optional) so I'd like to double-check with the standard first.
Following the basic usage instructions gets me:
The text was updated successfully, but these errors were encountered: