Code
generate_topline_multiselect(df = c(3, 4), weight = "weightvec", caption = c(
"caption1", "caption2"), parent = TRUE)
Condition
Error:
! The argument 'df' must be an object of class or subclass of data frame
Code
generate_topline_multiselect(df = c(3, 4), weight = "weightvec", caption = "caption",
parent = FALSE)
Condition
Error:
! The argument 'df' must be an object of class or subclass of data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.