powered by
Begin creating a user interface. The webpage() function properly lays out a navigation bar and main section of elements.
webpage()
webpage(..., nav = NULL)
Any number of tag elements or named values added as children and attributes to the main section of the page.
A navigation element, typically a call to navbar(), added at the top of the page, defaults to NULL.
navbar()
NULL
Other layout functions: column(), fieldset(), flex(), navbar(), responsive
column()
fieldset()
flex()
responsive
# NOT RUN { webpage( p("Pretty simple") ) webpage( nav = navbar(), container( columns( column(), column() ) ) ) # }
Run the code above in your browser using DataLab