show,AmObject-method | R Documentation |
Display the object in the console.
## S4 method for signature 'AmObject'
show(object)
object |
AmObject. |
library(pipeR)
amPieChart(valueField = "value", titleField = "key", backgroundColor = "#7870E8") %>>%
setDataProvider(data.frame(key = c("FR", "US"), value = c(20,10))) %>>%
setExport(position = "bottom-left")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.