loadMatrixFromFile {localScore} | R Documentation |
Loads matrix from csv-File
Description
Reads a csv file without header and returns the matrix. For file formats please see section "File Formats" in vignette.
Usage
loadMatrixFromFile(filepath)
Arguments
filepath |
optional: Location of file on disk. If not provided, a file picker dialog will be opened. |
Value
A Matrix Object
[Package localScore version 1.0.11 Index]