Learn R Programming

omopgenerics (version 1.1.1)

print.codelist: Print a codelist

Description

Print a codelist

Usage

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

Value

Invisibly returns the input

Arguments

x

A codelist

...

Included for compatibility with generic. Not used.

Examples

Run this code
codes <- list("disease X" = c(1, 2, 3), "disease Y" = c(4, 5))
codes <- newCodelist(codes)
print(codes)

Run the code above in your browser using DataLab