FileImportDlg {DescToolsAddIns} | R Documentation |
Import File In Foreign Format
Description
Import a file in SPSS, Stata, SAS, Minitab or Systat format interactively.
Usage
FileImportDlg(auto_type = TRUE, env = .GlobalEnv)
Arguments
auto_type |
determines if the type dialog should be displayed. Default is |
env |
environment in which the dataset should be created. |
Details
The imported file will be assigned to the given variablename.
Author(s)
Andri Signorell <andri@signorell.net>
See Also
read.dta()
, read.spss()
, read.systat()
, read.ssd()
[Package DescToolsAddIns version 1.11 Index]