We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ba2cff commit 5f777f4Copy full SHA for 5f777f4
doc/source/io.rst
@@ -4004,7 +4004,7 @@ and data values from the values and assembles them into a ``data.frame``:
4004
name_paths = paste(listing$group[name_nodes], listing$name[name_nodes], sep = "/")
4005
columns = list()
4006
for (idx in seq(data_paths)) {
4007
- # NOTE: matrices returned by h5read have to be transposed to to obtain
+ # NOTE: matrices returned by h5read have to be transposed to obtain
4008
# required Fortran order!
4009
data <- data.frame(t(h5read(h5File, data_paths[idx])))
4010
names <- t(h5read(h5File, name_paths[idx]))
0 commit comments