Learn R Programming

tidycharts (version 0.1.3)

show: 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

Run this code
# 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