# RData / RDS

You can import both local and remote R File (RDATA, RDS) File Data quickly.

## 1. Select R File (RDATA, RDS) File Data Menu

Click '+' button next to 'Data Frames' and select 'Import File Data'.

![](https://2850417076-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M4HLCK3olgduYoe3RVS%2Fuploads%2Fgit-blob-bda6d5fe97bcaacd7f3ee1bcd6d44c197132499b%2Fimport-file-data.png?alt=media)

If you import R File (RDATA, RDS) File on your desktop or laptop, make sure Local tab is selected. If you import a file from remote server like Amazon S3, Dropbox, etc make sure Remote tab is selected. Click 'R File (RDATA, RDS)'

![](https://2850417076-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M4HLCK3olgduYoe3RVS%2F-M4oMvCUDQwHTJ0eWi_f%2F-M4oN8QrmPTrjKmwDB5g%2Frfile-select.png?generation=1586795463902822\&alt=media)

## 2. Select File.

If you select local, file picker shows up so select a file to import.

### 2.1 Local File

![](https://2850417076-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M4HLCK3olgduYoe3RVS%2F-M4oMvCUDQwHTJ0eWi_f%2F-M4oN8QtNoVMLWiM2spF%2Flocal-file-picker-rfile.png?generation=1586795463889798\&alt=media)

### 2.2 Remote File

if you select remote, small dialog shows up so enter a URL for the file. And select File Type, either RData for Single R Data(RDS), from pulldown list.

![](https://2850417076-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M4HLCK3olgduYoe3RVS%2F-M4oMvCUDQwHTJ0eWi_f%2F-M4oN8QwaVhLJELAnFQU%2Fimport-remote-rfile-url.png?generation=1586795463694495\&alt=media)

## 3. Input parameters

### 3.1 RDS File

![](https://2850417076-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M4HLCK3olgduYoe3RVS%2F-M4oMvCUDQwHTJ0eWi_f%2F-M4oN8QyxMBz9AAC14rM%2Fimport-rds-dialog.png?generation=1586795464011244\&alt=media)

No Input Parameters for RDS

### 3.2 RDA File

![](https://2850417076-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M4HLCK3olgduYoe3RVS%2F-M4oMvCUDQwHTJ0eWi_f%2F-M4oN8R-2oldrE_eQLpw%2Fimport-rda-dialog.png?generation=1586795464034350\&alt=media)

Set one parameter.

* Data Frame - Since RDA file can have multiple data frames in it, please select a Data Frame that you want to import

## 4. Column Selection

On top of input parameters, you can also use checkboxes on the preview table to include/exclude columns. if you uncheck the checkboxes on the columns, these columns are excluded when you save the data.

## 5. Preview and Import

Click Preview button to see the data in R File (RDATA, RDS) File. If it looks ok, then you can click 'Import' to import the whole R File (RDATA, RDS) data into Exploratory.
