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