Generate navigation header with logo and menu
Source:R/utils_breadcrumbs.R
generate_navigation_header.RdCreates a header navigation bar with CODECHECK logo and optional menu. The logo links to register home, same as the "All Checks" menu item - kept as a second, explicit route to the same place since a logo-as-home link is a common web convention but not a self-explanatory one, and the logo also carries a hover title saying so.
Usage
generate_navigation_header(
filter = NA,
base_path = ".",
table_details = list()
)