count: false .panel1-the_chunk-rotate[ ```r library(gt) example %>% .[1:5, 5] %>% gt() %>% * fmt_time(columns = vars(schedule), time_style = "hms") ``` ] .panel2-the_chunk-rotate[
schedule
13:35:00
14:40:00
15:45:00
16:50:00
17:55:00
] --- count: false .panel1-the_chunk-rotate[ ```r library(gt) example %>% .[1:5, 5] %>% gt() %>% * fmt_time(columns = vars(schedule), time_style = "hm") ``` ] .panel2-the_chunk-rotate[
schedule
13:35
14:40
15:45
16:50
17:55
] --- count: false .panel1-the_chunk-rotate[ ```r library(gt) example %>% .[1:5, 5] %>% gt() %>% * fmt_time(columns = vars(schedule), time_style = "hms_p") ``` ] .panel2-the_chunk-rotate[
schedule
01:35:00 PM
02:40:00 PM
03:45:00 PM
04:50:00 PM
05:55:00 PM
] --- count: false .panel1-the_chunk-rotate[ ```r library(gt) example %>% .[1:5, 5] %>% gt() %>% * fmt_time(columns = vars(schedule), time_style = "hm_p") ``` ] .panel2-the_chunk-rotate[
schedule
01:35 PM
02:40 PM
03:45 PM
04:50 PM
05:55 PM
] --- count: false .panel1-the_chunk-rotate[ ```r library(gt) example %>% .[1:5, 5] %>% gt() %>% * fmt_time(columns = vars(schedule), time_style = "h_p") ``` ] .panel2-the_chunk-rotate[
schedule
01 PM
02 PM
03 PM
04 PM
05 PM
] <style> .panel1-the_chunk-rotate { color: black; width: 65.3333333333333%; hight: 32%; float: left; padding-left: 1%; font-size: 80% } .panel2-the_chunk-rotate { color: black; width: 32.6666666666667%; hight: 32%; float: left; padding-left: 1%; font-size: 80% } .panel3-the_chunk-rotate { color: black; width: NA%; hight: 33%; float: left; padding-left: 1%; font-size: 80% } </style> <style type="text/css"> .remark-code{line-height: 1.5; font-size: 90%} @media print { .has-continuation { display: block; } } code.r.hljs.remark-code{ position: relative; overflow-x: hidden; } code.r.hljs.remark-code:hover{ overflow-x:visible; width: 500px; border-style: solid; } </style>