htmlDoc: html Doc A minamilistic compelation of functions for the...

Description Usage Examples

Description

html Doc A minamilistic compelation of functions for the generation of html

Usage

1
htmlDoc(..., doctype = "<!DOCTYPE html>", tag = "html")

Examples

1
2
3
4
title<-htmlTags("title", "Test Page")
head<-htmlTags("head",title)
body<-htmlTags("body",htmlTags("p","This is the test page."))
htmlDoc(head,body)

alexjgriffith/mulcal documentation built on May 10, 2019, 8:53 a.m.