save_mat_to_file {usefun} | R Documentation |
Save matrix to a specified file
Description
Function for saving a matrix
to a specified file. Uses the
save_df_to_file
function.
Usage
save_mat_to_file(mat, file)
Arguments
mat |
matrix |
file |
string. The name of the file, can be a full path. |
[Package usefun version 0.5.0 Index]