Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
shajoezhu committed Sep 23, 2024
1 parent 588ca49 commit bb59b61
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/riskdiff.R
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ afun_riskdiff <- function(df,
#'
#' @inheritParams add_riskdiff
#' @param format (`string` or `function`)\cr the format label (string) or formatting function to apply to the risk
#' difference statistic. See the `3d` string options in [list_valid_format_labels()] for possible format strings.
#' difference statistic. See the `3d` string options in [formatters::list_valid_format_labels()] for possible format strings.

Check warning on line 173 in R/riskdiff.R

View workflow job for this annotation

GitHub Actions / SuperLinter 🦸‍♀️ / Lint R code 🧶

file=R/riskdiff.R,line=173,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 127 characters.
#' Defaults to `"xx.x (xx.x - xx.x)"`.
#'
#' @return A `list` of items with names corresponding to the arguments.
Expand Down
2 changes: 1 addition & 1 deletion R/summarize_colvars.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#'
#' The analyze function [summarize_colvars()] uses the statistics function [s_summary()] to analyze variables that are
#' arranged in columns. The variables to analyze should be specified in the table layout via column splits (see
#' [split_cols_by()] and [split_cols_by_multivar()]) prior to using [summarize_colvars()].
#' [rtables::split_cols_by()] and [rtables::split_cols_by_multivar()]) prior to using [summarize_colvars()].
#'
#' The function is a minimal wrapper for [rtables::analyze_colvars()], a function typically used to apply different
#' analysis methods in rows for each column variable. To use the analysis methods as column labels, please refer to
Expand Down
2 changes: 1 addition & 1 deletion man/control_riskdiff.Rd

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

2 changes: 1 addition & 1 deletion man/summarize_colvars.Rd

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

0 comments on commit bb59b61

Please sign in to comment.