Skip to contents

[Deprecated]

These functions have been renamed. The old names continue to work but emit deprecation warnings. Use the new names for new code.

Usage

btw_tool_session_platform_info(`_intent` = "")

btw_tool_session_package_info(
  packages = "attached",
  dependencies = "",
  `_intent` = ""
)

btw_tool_session_check_package_installed(package_name, `_intent` = "")

btw_tool_search_packages(
  query,
  format = c("short", "long"),
  n_results = NULL,
  `_intent` = ""
)

btw_tool_search_package_info(package_name, `_intent` = "")

btw_tool_files_list_files(
  path = NULL,
  type = c("any", "file", "directory"),
  regexp = "",
  `_intent` = ""
)

btw_tool_files_read_text_file(
  path,
  line_start = 1,
  line_end = 1000,
  `_intent` = ""
)

btw_tool_files_write_text_file(path, content, `_intent` = "")

btw_tool_files_code_search(
  term,
  limit = 100,
  case_sensitive = TRUE,
  use_regex = FALSE,
  show_lines = FALSE,
  `_intent` = ""
)

Functions