fmt_table1
objects to data frameas_tibble.fmt_table1.Rd
Convert fmt_table1
objects to data frame
# S3 method for fmt_table1 as_tibble(x, ...) as_data_frame.fmt_table1(x, ...)
x | object of class |
---|---|
... | further arguments passed to individual methods. |
as_data_frame.fmt_table1 is alias.
#> # A tibble: 16 x 3 #> Variable Drug Placebo #> <chr> <chr> <chr> #> 1 "" N = 107 N = 93 #> 2 Age, yrs 47 (39, 58) 46 (36, 54) #> 3 Unknown 3 5 #> 4 Marker Level, ng/mL 0.61 (0.22, 1.20) 0.72 (0.22, 1.63) #> 5 Unknown 4 4 #> 6 T Stage " " " " #> 7 T1 25 (23%) 26 (28%) #> 8 T2 26 (24%) 23 (25%) #> 9 T3 29 (27%) 13 (14%) #> 10 T4 27 (25%) 31 (33%) #> 11 Grade " " " " #> 12 I 38 (36%) 29 (31%) #> 13 II 34 (32%) 24 (26%) #> 14 III 35 (33%) 40 (43%) #> 15 Tumor Response 52 (51%) 30 (33%) #> 16 Unknown 6 3