A sample dataset to demonstrate utility functions in epocakir
clinical_obvs
An object of class tbl_df
(inherits from tbl
, data.frame
) with 3 rows and 9 columns.
clinical_obvs
#> # A tibble: 3 × 9
#> `Patient Number` `Admission Date` `Admission Time` Discharge_date
#> <chr> <chr> <chr> <chr>
#> 1 p10001 2020-03-05 14:01:00 2020-03-10
#> 2 p10002 2020-03-06 09:10:00 2020-03-16
#> 3 p10003 2020-03-17 12:48:00 2020-03-18
#> # ℹ 5 more variables: Discharge_time <chr>, `Date of Birth` <chr>, Male <lgl>,
#> # Height <dbl>, Surgery <lgl>