Learn R Programming

argonR (version 0.2.0)

argonMargin: Change tag margins

Description

Change tag margins

Usage

argonMargin(tag, orientation, value)

Arguments

tag

Tag to be treated.

value

Margin value, negative or positive. See https://getbootstrap.com/docs/4.1/utilities/spacing/.

Examples

Run this code
# NOT RUN {
if (interactive()) {
 library(argonR)
 argonMargin(tag = h1("test"), orientation = "t", value = -1)
 argonMargin(tag = h1("test"), orientation = "x", value = 7)
}

# }

Run the code above in your browser using DataLab