writeWAL: Write WAL instance to bitmap file in WAL format.

Description Usage Arguments Examples

View source: R/write_wal.R

Description

Write WAL instance to bitmap file in WAL format.

Usage

1
writeWAL(filepath, wal)

Arguments

filepath

character string, path to the file including extension

wal

a wal instance. Note that 1 will be substracted from the data when it is written, as indices are stored 0-based in the file.

Examples

1
2
3
4
5
6
## Not run: 
   walf = '~/data/q2_pak0_extracted/textures/e1u2/basic1_7.wal';
   wal = read.wal(walf);
   writeWAL(tempfile(fileext = ".wal"), wal);

## End(Not run)

wal documentation built on Jan. 17, 2021, 5:10 p.m.