previewCSVfile: Preview CSV file

View source: R/importTab.R

previewCSVfileR 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


RclusTool documentation built on Aug. 29, 2022, 9:07 a.m.