Skip to content

Commit

Permalink
made it internal as was intended
Browse files Browse the repository at this point in the history
  • Loading branch information
Melkiades committed Apr 4, 2024
1 parent f1d2ac3 commit c9058a7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 17 deletions.
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export(radsub)
export(radtr)
export(radtte)
export(radvs)
export(rcd_var_relabel)
export(rel_var)
export(replace_na)
export(rtexp)
Expand Down
9 changes: 1 addition & 8 deletions R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -188,14 +188,7 @@ retain <- function(df, value_var, event, outside = NA) {
#' name in `x` and the value to the new variable label.
#' @return x (`data.frame`)\cr Data frame with labels applied.
#'
#' @examples
#' adsl <- radsl()
#' rcd_var_relabel(adsl,
#' STUDYID = "Study Identifier",
#' USUBJID = "Unique Subject Identifier"
#' )
#'
#' @export
#' @keywords internal
rcd_var_relabel <- function(x, ...) {
stopifnot(is.data.frame(x))
if (missing(...)) {
Expand Down
9 changes: 1 addition & 8 deletions man/rcd_var_relabel.Rd

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

0 comments on commit c9058a7

Please sign in to comment.