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
Fixed a bug in to_named_matrix(), which previously
errored when a matrix with any NA values was passed in the a argument.
Documented the behaviour of iszero_byname() when
a matrix has any NA elements:
the result is NA.
Added function reallocate_byname() to reallocate a
row or column proportionally to other rows or columns.
Change default name of value column in to_triplet()
from "x" to "value".
New function select_rows_cols_byname() includes margin argument
that de-references row and column types, as needed.
New functions to_triplet() and to_named_matrix()
convert between named matrix and triplet forms
(both integer triplet and character triplet)
of matrices
to assist some database operations
(which prefer integer triplet form).
Fixed a bug where setting rowtype or coltype attributes on a
data frame resulted in the attribute set on each column
of the data frame.