%<>%                    magrittr compound assignment pipe-operator
%>%                     'magrittr' forward-pipe operator
.add_component          Helper function to add components to the
                        dashboard
.create_page_name       Sanitize component names
.render_page            Method for rendering a page with a given layout
                        and components
add_component           Add content to an i2dashboard object.
add_page                Methods to add and remove pages of an
                        i2dashboard object.
add_vis_object          General method to add an object as component to
                        a page of an i2dashboard object.
assemble                Generate an RMarkdown file from an i2dashboard
                        object.
embed_var               A method to embed tabular data into an HTML
                        link for download.
i2dash                  'i2dash': A package for programmatic creation
                        of interactive, web-based dashboards
i2dashboard-class       The i2dashboard S4 class.
interactivity           Accessor methods for slots of an i2dashboard
                        object.
render_image            Method to embed an image file in a component
render_text             Method to embed content from a text file in a
                        component/sidebar
