Learn R Programming

samatha (version 0.41)

html_head: Wraps input in head tags

Description

Build an html header

Usage

html_head(title, ..., opts = list())

Arguments

title
character string
...
optional tag body
opts
optional html attributes

See Also

m for generating generic html html_body for wrapping input in body tags

Examples

Run this code
html_head("My first page")

Run the code above in your browser using DataLab