TileDB-Inc / TileDB-R

R interface to TileDB: The Modern Database
https://tiledb-inc.github.io/TileDB-R
Other
103 stars 18 forks source link

Correct the column content with the column header for object_walk (closes #683) #684

Closed eddelbuettel closed 8 months ago

eddelbuettel commented 8 months ago

As noted in #683, the column headers do not correspond to the column content in the data.frame returned from a the tiledb_object_walk call. This simple PR correct this.

shortcut-integration[bot] commented 8 months ago

This pull request has been linked to Shortcut Story #44256: Correct object walk columns in returned data.frame.

eddelbuettel commented 8 months ago

Thank you both -- that was fast!