Skip to content

Commit

Permalink
#1826 Calculate Creatinine Clearance: Add Default for creatu in docum…
Browse files Browse the repository at this point in the history
…entation
  • Loading branch information
jeffreyad committed May 11, 2023
1 parent 1d2d50a commit e67fcd4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 22 deletions.
16 changes: 5 additions & 11 deletions R/compute_kidney.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
#'
#' A character vector is expected.
#'
#' Expected Values:
#' Default: `"SI"`
#'
#' `"SI"` `"CV"` `"umol/L"` `"mg/dL"`
#' Expected Values: `"SI"`, `"CV"`, `"umol/L"`, `"mg/dL"`
#'
#' @param age Age (years)
#'
Expand All @@ -28,25 +28,19 @@
#'
#' A character vector is expected.
#'
#' Expected Values:
#'
#' `"M"` `"F"`
#' Expected Values: `"M"`, `"F"`
#'
#' @param race Race
#'
#' A character vector is expected if `method = "MDRD"`
#'
#' Expected Values:
#'
#' `"BLACK OR AFRICAN AMERICAN"` and others
#' Expected Values: `"BLACK OR AFRICAN AMERICAN"` and others
#'
#' @param method Method
#'
#' A character vector is expected.
#'
#' Expected Values:
#'
#' `"CRCL"` `"CKD-EPI"` `"MDRD"`
#' Expected Values: `"CRCL"`, `"CKD-EPI"`, `"MDRD"`
#'
#' @details
#'
Expand Down
16 changes: 5 additions & 11 deletions man/compute_egfr.Rd

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

0 comments on commit e67fcd4

Please sign in to comment.