Closed eddelbuettel closed 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.
data.frame
tiledb_object_walk
This pull request has been linked to Shortcut Story #44256: Correct object walk columns in returned data.frame.
Thank you both -- that was fast!
As noted in #683, the column headers do not correspond to the column content in the
data.frame
returned from a thetiledb_object_walk
call. This simple PR correct this.