Learn R Programming

omopgenerics (version 1.1.1)

print.codelist_with_details: Print a codelist with details

Description

Print a codelist with details

Usage

# S3 method for codelist_with_details
print(x, ...)

Value

Invisibly returns the input

Arguments

x

A codelist with details

...

Included for compatibility with generic. Not used.

Examples

Run this code
codes <- list("disease X" = dplyr::tibble(
  concept_id = c(1, 2, 3),
  other = c("a", "b", "c")
))
codes <- newCodelistWithDetails(codes)
print(codes)

Run the code above in your browser using DataLab