View source: R/classCodelist.R
print.codelist | R Documentation |
Print a codelist
## S3 method for class 'codelist'
print(x, ...)
x |
A codelist |
... |
Included for compatibility with generic. Not used. |
Invisibly returns the input
codes <- list("disease X" = c(1, 2, 3), "disease Y" = c(4, 5))
codes <- newCodelist(codes)
print(codes)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.