powered by
Print a codelist with details
# S3 method for codelist_with_details print(x, ...)
Invisibly returns the input
A <codelist_with_details> object.
<codelist_with_details>
For compatibility; not used.
codes <- list("disease X" = dplyr::tibble( concept_id = c(1, 2, 3), other = c("a", "b", "c") )) codes <- newCodelistWithDetails(codes) print(codes)
Run the code above in your browser using DataLab