# 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'.

![](/files/-M4oMx1vuumKACr0xqof)

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)'

![](/files/-M4oN8QrmPTrjKmwDB5g)

## 2. Select File.

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

### 2.1 Local File

![](/files/-M4oN8QtNoVMLWiM2spF)

### 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.

![](/files/-M4oN8QwaVhLJELAnFQU)

## 3. Input parameters

### 3.1 RDS File

![](/files/-M4oN8QyxMBz9AAC14rM)

No Input Parameters for RDS

### 3.2 RDA File

![](/files/-M4oN8R-2oldrE_eQLpw)

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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.exploratory.io/data_import/file-data/rds.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
