write_matrix: Write a matrix to a delimited file

Description Usage Arguments

Description

Write a matrix to a delimited file

Usage

1
write_matrix(x, path, trunc = 0, compress = TRUE)

Arguments

x

A matrix object.

path

A path to write to.

trunc

Number of decimal places used to integerize data contents. If set to 0 (the default), no changes are made. A common value is 9.

compress

Use gzip compression? Must be either TRUE or FALSE. If TRUE (recommended), a ".gz" extension will be added to the end of file.


grahamstewart12/footprints documentation built on Aug. 18, 2021, 4:32 p.m.