create a Frappe chart widget

rfrappe(options, width = NULL, height = NULL)

Arguments

options

list of chart options

width

does nothing right now

height

does nothing right now

Examples

rfrappe(list( data = list( labels = c("12am-3am", "3am-6pm", "6am-9am", "9am-12am", "12pm-3pm", "3pm-6pm", "6pm-9pm", "9am-12am"), datasets = list( list( title = "Some Data", color = "light-blue", values = c(25, 40, 30, 35, 8, 52, 17, -4) ), list( title = "Another Set", color = "violet", values = c(25, 50, -10, 15, 18, 32, 27, 14) ) ) ) ))
#> Warning: file("") only supports open = "w+" and open = "w+b": using the former
#> Error in dirname(to): a character vector argument expected