R/get_layouts.R

Defines functions get_layouts

Documented in get_layouts

#' Get the gridify layouts
#'
#' Lists out all the layout functions exported from the gridify package.
#'
#' @return A vector listing out the names of the layout functions from the gridify package.
#'
#' @seealso [complex_layout()], [simple_layout()], [pharma_layout_base()],
#' [pharma_layout_A4()], [pharma_layout_letter()]
#' @export
#' @examples
#' get_layouts()
get_layouts <- function() {
  c("complex_layout", "simple_layout", "pharma_layout_base", "pharma_layout_A4", "pharma_layout_letter")
}

Try the gridify package in your browser

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

gridify documentation built on Feb. 5, 2026, 5:09 p.m.