glimpse_rcsv: glimpse_rcsv

Description Usage Arguments Details

Description

display a short summary of the contents of an rcsv file without loading the entire dataset, similar to dplyr::glimpse for a data frame in memory

Usage

1
glimpse_rcsv(file, width = 80, echo = TRUE)

Arguments

file

file path to which the rscv will be written

width

integer, approximate character length of each line of the output display

echo

logical, echo the glimpse (TRUE), or just silently return details (FALSE)

Details

read in and print the 'head' of an rcsv file. For viewing data, not to be used for data input


rossholmberg/rcsv documentation built on May 27, 2019, 11:36 p.m.