count: false .panel1-the_chunk-auto[ ```r *hux(Type = c("Strawberry", "Raspberry", "Plum"), * Price = c(1.90, 2.10, 1.80)) ``` ] .panel2-the_chunk-auto[
Type
Price
Strawberry
1.9
Raspberry
2.1
Plum
1.8
] --- count: false .panel1-the_chunk-auto[ ```r hux(Type = c("Strawberry", "Raspberry", "Plum"), Price = c(1.90, 2.10, 1.80)) %>% * set_all_borders(brdr(0.4, "dotted", "white")) ``` ] .panel2-the_chunk-auto[
Type
Price
Strawberry
1.9
Raspberry
2.1
Plum
1.8
] --- count: false .panel1-the_chunk-auto[ ```r hux(Type = c("Strawberry", "Raspberry", "Plum"), Price = c(1.90, 2.10, 1.80)) %>% set_all_borders(brdr(0.4, "dotted", "white")) %>% * set_right_border(everywhere, 1, * brdr(thickness = 3, * style = "double", * color = "grey")) ``` ] .panel2-the_chunk-auto[
Type
Price
Strawberry
1.9
Raspberry
2.1
Plum
1.8
] --- count: false .panel1-the_chunk-auto[ ```r hux(Type = c("Strawberry", "Raspberry", "Plum"), Price = c(1.90, 2.10, 1.80)) %>% set_all_borders(brdr(0.4, "dotted", "white")) %>% set_right_border(everywhere, 1, brdr(thickness = 3, style = "double", color = "grey")) %>% * set_right_border(everywhere, * 1, * 3) ``` ] .panel2-the_chunk-auto[
Type
Price
Strawberry
1.9
Raspberry
2.1
Plum
1.8
] --- count: false .panel1-the_chunk-auto[ ```r hux(Type = c("Strawberry", "Raspberry", "Plum"), Price = c(1.90, 2.10, 1.80)) %>% set_all_borders(brdr(0.4, "dotted", "white")) %>% set_right_border(everywhere, 1, brdr(thickness = 3, style = "double", color = "grey")) %>% set_right_border(everywhere, 1, 3) %>% * set_lr_borders(value = * brdr(thickness = 8, * style = "solid", * color = "magenta")) ``` ] .panel2-the_chunk-auto[
Type
Price
Strawberry
1.9
Raspberry
2.1
Plum
1.8
] --- count: false .panel1-the_chunk-auto[ ```r hux(Type = c("Strawberry", "Raspberry", "Plum"), Price = c(1.90, 2.10, 1.80)) %>% set_all_borders(brdr(0.4, "dotted", "white")) %>% set_right_border(everywhere, 1, brdr(thickness = 3, style = "double", color = "grey")) %>% set_right_border(everywhere, 1, 3) %>% set_lr_borders(value = brdr(thickness = 8, style = "solid", color = "magenta")) %>% * set_outer_borders(value = * brdr(thickness = 2, * style = "dashed", * color = "green")) ``` ] .panel2-the_chunk-auto[
Type
Price
Strawberry
1.9
Raspberry
2.1
Plum
1.8
] --- count: false .panel1-the_chunk-auto[ ```r hux(Type = c("Strawberry", "Raspberry", "Plum"), Price = c(1.90, 2.10, 1.80)) %>% set_all_borders(brdr(0.4, "dotted", "white")) %>% set_right_border(everywhere, 1, brdr(thickness = 3, style = "double", color = "grey")) %>% set_right_border(everywhere, 1, 3) %>% set_lr_borders(value = brdr(thickness = 8, style = "solid", color = "magenta")) %>% set_outer_borders(value = brdr(thickness = 2, style = "dashed", color = "green")) %>% * set_tb_borders(value = * brdr(thickness = 1, * style = "dotted", * color = "goldenrod")) ``` ] .panel2-the_chunk-auto[
Type
Price
Strawberry
1.9
Raspberry
2.1
Plum
1.8
] <style> .panel1-the_chunk-auto { color: black; width: 58.8%; hight: 32%; float: left; padding-left: 1%; font-size: 80% } .panel2-the_chunk-auto { color: black; width: 39.2%; hight: 32%; float: left; padding-left: 1%; font-size: 80% } .panel3-the_chunk-auto { 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: 120%} @media print { .has-continuation { display: block; } } </style>