3.3 Footer of the Application
I usually create my own footer and apply it to all my shiny apps. You can link to your social media like LinkedIn, Facebook, Instagram, YouTube, TikTok, etc. I will post a tutorial on how to create a footer in the last chapter ??
I called the source file footer.R
with source("footer.R", local = TRUE)$value
and placed it outside of sidebarLayout()
![Footer of the Application - Interface UI](images/basic-app-footer.png)
Figure 3.3: Footer of the Application - Interface UI