argonPadding: Change tag padding

Description Usage Arguments Author(s) Examples

View source: R/typography.R

Description

Change tag padding

Usage

1
argonPadding(tag, orientation, value)

Arguments

tag

Tag to be treated.

orientation

Padding side. See https://getbootstrap.com/docs/4.1/utilities/spacing/.

value

Padding value. See https://getbootstrap.com/docs/4.1/utilities/spacing/.

Author(s)

David Granjon, dgranjon@ymail.com

Examples

1
2
3
4
5
if (interactive()) {
 library(argonR)
 argonPadding(tag = h1("test"), orientation = NULL, value = 5)
 argonPadding(tag = h1("test"), orientation = "x", value = 2)
}

argonR documentation built on Dec. 1, 2019, 1:15 a.m.