r_execute
Run R code and return output for data analysis or quick tests. Execute commands in a specified working directory.
Instructions
Execute R code and return the output. Useful for running R commands, data analysis, or quick tests.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | The R code to execute | |
| working_dir | No | Optional working directory for execution |