show {tidycharts} | R Documentation |
Function to render SVG as bitmap, used only in tests
Description
Function to render SVG as bitmap, used only in tests
Usage
show(svg_string)
Arguments
svg_string |
string containing SVG statements |
Value
No return value, called for side effects
Examples
if(FALSE){
df <- data.frame(x = c(1,2,3), y = c(4,5,6))
column_chart(df, x = df$x, series = c("y")) %>% show()
}
[Package tidycharts version 0.1.3 Index]