write8chain: writes a /chain/ onto a file

Description Usage Arguments Value Examples

Description

writes a /chain/ object to a text file to be readable with read8bn

Usage

1
write8chain(chain, fi, ap=FALSE)

Arguments

chain

The /chain/ to be written.

fi

name of the file to be written. When rbsb.cha0 no file is written but a character is returned.

ap

Must a possible existing file be appended?

Value

According to fi (1) nothing and a file is created or modified or (2) a character with the content of the file.

Examples

1
2
 prr3k("RESET"); # For R checking compliance
 write8chain(prr.chain1, rbsb.cha0);

prr documentation built on May 2, 2019, 6:35 p.m.

Related to write8chain in prr...