file2HTML {rrtable} | R Documentation |
read data file and make a HTML file
Description
read data file and make a HTML file
Usage
file2HTML(file, selected = NULL, ...)
Arguments
file |
The name of the file which the data are to be read from. |
selected |
A numeric vector or NULL(default). If specified, only selected data are printed. |
... |
Further argument to be passed to data2HTML() |
[Package rrtable version 0.3.0 Index]