Webdev + R = ❤
ui <- horizontalPage(
title = "An horizontal Shiny App",
horizontalBox(title = "plop", content = welcome_UI("wl"))
)
horizontalPage <- function(title, ...){
tagList(
includeCSS("style.css"),
htmlTemplate("head.html", title = title),
HTML(''),
h1(title),
HTML('