# Command Line mode for faster and more flexible data interaction in Exploratory

You might prefer directly typing R functions rather than using the UI for interacting with data, especially if you are an R aficionado. 😎 Comparing to UI based experience, the command line based experience can make the data exploration faster and more flexible. Exploratory supports ‘Command Line’ mode, with which you can not only type and run R functions that return a data frame, but also convert existing UI based data wrangling steps to commands so that you can extend them further.

Here's an introductory blog post.

* [Command Line mode for faster and more flexible data interaction in Exploratory](https://blog.exploratory.io/command-line-mode-for-faster-and-more-flexible-data-interaction-in-exploratory-e426436ab3a9)


---

# 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-wrangling/command-mode.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.
