Learn R Programming

MEET (version 5.1.1)

writeResultsHTML: Writes the results of a MEET detection to HTML.

Description

This function writes the results of a MEET detection step into an HTML file.

Usage

writeResultsHTML(resultsMEET, fileName='index.html')

Arguments

resultsMEET
The results previously got from a detection performed using MEET.
fileName
The name of the file to where write the HTML content. By default it is initialized to index.html

Details

This function creates the HTML file in the working directory.

See Also

MEET, detection