stattranFileFormats
The File Types Supported by the stattran Package

Description

A data frame listing the file types supported by the stattran package for import and export.

Usage

stattranFileFormats
Format
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.

Details

Typically the file type is recognized based on its extension.
References
2010. StatTransfer Manual. http://www.stattransfer.com/support/manual. Seattle, WA: Circle Systems.
Examples
head(stattranFileFormats)
Package stattran version 6.0.0-69
Package Index