write8gn: writes a /gn/ to file

Description Usage Arguments Value Examples

View source: R/f0.g4n1.code.r

Description

writes a /gn/ objects to a file to be readable with read8gn

Usage

1
write8gn(gn, fi=rbsb.fou, ap=FALSE)

Arguments

gn

The /gn/ to be written.

fi

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

ap

Must an existing file be appended?

Value

nothing but a file is created or modified

Examples

1
2
3
4
 g4n3k("RESET"); # For R checking compliance
 write8gn(g4n.gn3);
 readLines(rbsb.fou);
 unlink(rbsb.fou);

g4n documentation built on May 2, 2019, 5:47 p.m.

Related to write8gn in g4n...