Description Usage Arguments Value Examples
internal check function if additional arguments to pollyvoter::add_data are permissible for a pollyvote object
1  | check_additional_args(newdata, pv, ...)
 | 
newdata | 
 [  | 
pv | 
 [  | 
... | 
 additional named arguments to be checked.  | 
Nothing. Only throws error message if arguments are not feasible.
1 2 3  | pv = create_pollyvote(perm_countries = "D")
data("polls_individual")
check_additional_args(polls_individual, pv)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.