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
Presumably we're passing a named vector to runif in order to show the use of keep.rownames... but this is not what we get. runif strips the names of the output:
I guess we should just remove runif? The point is to show what as.data.table.numeric does, presumably, and as.data.table(c(a=0.1, b=0.2, c=0.3, d=0.4)) should suffice here.
The text was updated successfully, but these errors were encountered:
The first example:
Presumably we're passing a named vector to
runif
in order to show the use ofkeep.rownames
... but this is not what we get.runif
strips the names of the output:I guess we should just remove
runif
? The point is to show whatas.data.table.numeric
does, presumably, andas.data.table(c(a=0.1, b=0.2, c=0.3, d=0.4))
should suffice here.The text was updated successfully, but these errors were encountered: