powered by
Function to render SVG as bitmap, used only in tests
show(svg_string)
string containing SVG statements
No return value, called for side effects
# NOT RUN { 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() } # }
Run the code above in your browser using DataLab