R Statistical Data (RDATA) Reader/Writer

The R Statistical Data (RDATA) Reader/Writer allows FME to read and write files in the R format.

Note: The R Data format is supported though an external statistics application Stat/Transfer made by Circle Systems. Usage of this format requires that Stat/Transfer be installed and licensed.

Note: Please visit www.stattransfer.com for information about obtaining and licensing this software.

Overview

R files store data as binary or ASCII workspace files, one of which will store a number of objects. Each object stores a sequence of records which in turn store variables and their values. An object represents an FME feature type, while its records represent FME features.

There is no geometry or dimension to the features created from R files. Therefore, none of the features read from R Statistical Data are directly viewable.

By convention, these files use the .rda or .rdata filename extension, but the R reader can read any extension. The R reader must read decompressed R files that can be in either binary or ASCII mode, and the writer will always output uncompressed ASCII R files.