inst/doc/imola-flexbox.R

## ---- include = FALSE---------------------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

## ----echo = FALSE-------------------------------------------------------------
htmltools::tags$script(src = "static/flexbox.js")
htmltools::tags$link(rel = "stylesheet", type = "text/css", href = "static/flexbox.css")

## ----echo = FALSE-------------------------------------------------------------
htmltools::includeHTML("static/flexbox-direction.html")

## ----echo = FALSE-------------------------------------------------------------
htmltools::includeHTML("static/flexbox-wrap.html")

## ----echo = FALSE-------------------------------------------------------------
htmltools::includeHTML("static/flexbox-justify-content.html")

## ----echo = FALSE-------------------------------------------------------------
htmltools::includeHTML("static/flexbox-align.html")

## ----echo = FALSE-------------------------------------------------------------
htmltools::includeHTML("static/flexbox-align-content.html")

## ----echo = FALSE-------------------------------------------------------------
htmltools::includeHTML("static/flex.html")

## ----echo = FALSE-------------------------------------------------------------
htmltools::includeHTML("static/flexbox-grow.html")

## ----echo = FALSE-------------------------------------------------------------
htmltools::includeHTML("static/flexbox-shrink.html")

Try the imola package in your browser

Any scripts or data that you put into this service are public.

imola documentation built on April 19, 2022, 5:09 p.m.