peity_p: Group texts and charts

Description Usage Arguments Examples

View source: R/peity_p.R

Description

You can group text and charts in the same p html tag. It is useful when you want write in rmarkdown or shiny.

Usage

1

Arguments

...

Text and charts separated by comma.

Examples

1
2
3
peity_p(
"This is", bar(c(1,2,3)), "a inline", donut(c(1,2,3)), "chart!"
)

samuelmacedo83/peity documentation built on Dec. 22, 2021, 10:14 p.m.