previewCSVfile | R Documentation |
This function generates a window printing first rows of the csv file and the first rows of the data.frame obtained.
previewCSVfile(file, sep, dec, na.strings, RclusTool.env, nrows = 3, ...)
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. |
function to preview csv file
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.