Skip to contents

Returns information about available tool presets, including their names, descriptions, and the tools they contain.

Usage

list_presets()

Value

A data frame with preset information

Examples

list_presets()
#>       name                          description
#> 1  minimal Read-only tools for safe exploration
#> 2 standard   Balanced toolset for R development
#> 3      dev   Full development with shell access
#> 4     data          Data analysis focused tools
#> 5     full                  All available tools
#>                                                                                                                                                                           tools
#> 1                                                                                                                                          read_file, read_markdown, list_files
#> 2                                                                                                                  read_file, read_markdown, write_file, list_files, run_r_code
#> 3                                                                                                        read_file, read_markdown, write_file, list_files, run_r_code, run_bash
#> 4                                                                                                                    read_file, read_markdown, list_files, read_csv, run_r_code
#> 5 read_file, read_markdown, write_file, edit_file, multi_edit, list_files, glob_files, grep_files, run_r_code, run_bash, read_csv, todo_read, todo_write, web_fetch, web_search