Skip to content

Commit

Permalink
Update ct_spec_vars() docs' examples
Browse files Browse the repository at this point in the history
`ct_spec_vars()` used to be an internal function but not anymore: so no need for `:::`.
  • Loading branch information
ramiromagno committed May 14, 2024
1 parent 372f147 commit 6801222
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions R/ct.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@
#' @examples
#' # These two calls are equivalent and return all required variables in a
#' # controlled terminology data set.
#' sdtm.oak:::ct_spec_vars()
#' sdtm.oak:::ct_spec_vars("all")
#' ct_spec_vars()
#' ct_spec_vars("all")
#'
#' # "Codelist code" variable name.
#' sdtm.oak:::ct_spec_vars("ct_clst")
#' ct_spec_vars("ct_clst")
#'
#' # "From" variables
#' sdtm.oak:::ct_spec_vars("from")
#' ct_spec_vars("from")
#'
#' # The "to" variable.
#' sdtm.oak:::ct_spec_vars("to")
#' ct_spec_vars("to")
#'
#' @keywords internal
#' @export
Expand Down
10 changes: 5 additions & 5 deletions man/ct_spec_vars.Rd

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

0 comments on commit 6801222

Please sign in to comment.