previewCSVfile {RclusTool} | R Documentation |
Preview CSV file
Description
This function generates a window printing first rows of the csv file and the first rows of the data.frame obtained.
Usage
previewCSVfile(file, sep, dec, na.strings, RclusTool.env, nrows = 3, ...)
Arguments
file |
: csv filename. |
RclusTool.env |
environment in which data and intermediate results are stored. |
nrows |
: number of rows to be read. |
... |
: other parameters of read.csv function. |
Details
function to preview csv file
Value
None
[Package RclusTool version 0.91.6 Index]