powered by
Print a codelist
# S3 method for codelist print(x, ...)
Invisibly returns the input
A <codelist> object.
<codelist>
For compatibility; not used.
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