powered by
Print a codelist
# S3 method for codelist print(x, ...)
Invisibly returns the input
A codelist
Included for compatibility with generic. 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