A data frame with each row describing a file format supported by the
stattran package.
The columns are:
FileType
a character vector. Describes the file type.
Extension
a character vector.
Files with this extension are automatically recognized
as the FileType for import or export.
FormatTag
a character vector.
You can specify these values as the format argument
to importData or exportData when the file extension does
not match the FileType you want to import or export.
ExportImport
a character vector. Contains values of
"both", "export" or "import". Indicates
if a file of FileType can be imported and exported, only exported,
or only imported, respectively.