General method to add an object as component to a page of an i2dashboard object.
add_vis_object(dashboard, object, package, page = "default", title = NULL)Returns the modified i2dashboard object, if the component was added, otherwise an unmodified i2dashboard object.
The i2dashboard.
The R visualization object to be added.
The name of the R package that defines the class(object).
The name of the page to add the object to.
An optional component title.