is_MM {ReDaMoR} | R Documentation |
Identify if a file is in MatrixMarket text format
Description
Identify if a file is in MatrixMarket text format
Usage
is_MM(file)
Arguments
file |
the file to read |
Value
A logical. If FALSE, the first line of the file is returned as
an attribute named "r1": attr(is_MM, "r1")
[Package ReDaMoR version 0.7.6 Index]