library(shiny)
library(bs4Dash)
# Inside ui_footer.R
# Left text
left <- a(href = "https://periscopeapps.org/",
target = "_blank",
"periscope2")
# Right text
right <- "2022"
# -- Register Elements in the ORDER SHOWN in the UI
add_ui_footer(left, right)
Run the code above in your browser using DataLab