Skip to content

Commit

Permalink
docs changed.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacqueline-98 committed Dec 5, 2023
1 parent 74de75d commit 25f40c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
5 changes: 2 additions & 3 deletions R/clean_code_blocks.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@
#'
#' This function cleans up the response
#' returned by the agent to ensure code blocks
#' can run. It ensures that characters such as {r}, {R}
#' R and r are cleaned from code blocks in the agents
#' can run. It ensures that characters such as
#' 'R' and 'r' are cleaned from code blocks in the agents
#' response, so that the code blocks are able to be extracted by
#' the extractCode() function and ran as expected. It also cleans
#' the response from any install.package calls, and recorded output,
#' so that when code blocks are extracted, the code can run smoothly.
#'@seealso [extractCode()]
#' @param response response received from the agent
#'
#' @examples
Expand Down
7 changes: 2 additions & 5 deletions man/clean_code_blocks.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 25f40c8

Please sign in to comment.