Skip to content

Commit

Permalink
#2584 Doc: update R/data.R
Browse files Browse the repository at this point in the history
Co-authored-by: Stefan Bundfuss <[email protected]>
  • Loading branch information
jeffreyad and bundfussr authored Dec 19, 2024
1 parent b9d75a8 commit d3f98da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/data.R
Original file line number Diff line number Diff line change
Expand Up @@ -212,13 +212,12 @@
#' "ST01-07", "F", "USA"
#' )
#'
#' covar <- adsl %>%
#' adsl %>%
#' derive_vars_merged(
#' dataset_add = country_code_lookup,
#' new_vars = exprs(COUNTRYN = country_number, COUNTRYL = country_name),
#' by_vars = exprs(COUNTRY = country_code)
#' )
#' covar
#'
#' @rdname country_code_lookup
"country_code_lookup"

0 comments on commit d3f98da

Please sign in to comment.