suppressMessages({
 suppressPackageStartupMessages({
  library(YESCDS)
  library(DT)
  data(vjc_cancer_net)
  })
 })

Cancer experiences: a personal view

In 60 years of life I have been cancer-free, but many family members and friends have had to address the disease.

I prepared a table with some information on contacts whose cancer experiences I know of:

datatable(vjc_cancer_net)

Note that the table can be sorted and searched. You can also alter the number of records presented.

Questions

A.1.1. Why would a person make a table like this?

A.1.2. How could this table be made more informative?

Answers

A.1.1.

A.1.2.


vjcitn/YESCDS documentation built on April 16, 2024, 1:03 p.m.