Conversation
…-documentation Polish function documentation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: be3f9c12dd
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| #' @description Read in a data frame (CSV), extract a value and a name column, and convert them | ||
| #' to a named vector. By default, it assumes the names are in the first column and the values in the second. | ||
| #' For Excel-style named vectors, names are in column 1 and headers are shifted. | ||
| #' The header should start with a TAB; the first column name should be empty. |
There was a problem hiding this comment.
Regenerate Rd files after editing roxygen
These roxygen edits are not reflected in the generated help: for example, this description now explains the second value column and shifted headers, while man/read.simple.csv.named.vector.Rd retains the old malformed text; the same mismatch exists for several other edited documentation blocks such as construct.file.path, read.simple.xlsx, and the write helpers. Installed users read the .Rd files rather than these comments, so run devtools::document() and commit all regenerated documentation.
AGENTS.md reference: AGENTS.md:L21-L24
Useful? React with 👍 / 👎.
No description provided.