Learn R Programming

argonR (version 0.2.0)

argonH1: Create a custim h1 tag

Description

A custom h1 tag

Usage

argonH1(..., display)

Arguments

...

Any text.

display

value between 1 and 4.

Examples

Run this code
# NOT RUN {
if (interactive()) {
 library(argonR)
 argonH1(display = 3, "ArgonR elements")
}


# }

Run the code above in your browser using DataLab