R/rmd_2col_layout.R

Defines functions rmd_2col_layout

Documented in rmd_2col_layout

#' cat howto 2 column layout in Rmd-documents
#'
#' @export
rmd_2col_layout <- function() {
  cat("## 2col layout

:::::: {.columns}
::: {.column}
Content of the left column.
:::

::: {.column}
Content of the right column.
:::
::::::")
}
sachserf/sf documentation built on June 8, 2024, 4:23 p.m.