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