Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

AsspDataFormat

Get/set data format of an AsspDataObj


Description

Function to get or set the data format of an AsspDataObj.

Usage

AsspDataFormat(x)

AsspDataFormat(x)  <- value

Arguments

x

an object of class AsspDataObj

value

an integer or a string indicating the new data format

Details

libassp can store data in binary and ASCII format. This function enables the user to determine the data format of an object read from file and to set it for subsequent writing. Valid values are 'ascii' (or 1) for ASCII format or 'binary' (or 2) for binary IO. Use is discouraged unless the user knows what they are doing.

Value

a string representing the current data format

for AsspDataFormat<-, the updated object

Author(s)

Lasse Bombien

See Also


wrassp

Interface to the 'ASSP' Library

v1.0.0
GPL (>= 3)
Authors
Raphael Winkelmann [aut, cre], Lasse Bombien [aut], Michel Scheffers [aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.