read_zip: Reads a zipped data file to a dataframe

Description Usage Arguments Details Value

Description

This function will unzip a zipped text file and read it in to an R data frame

Usage

1

Arguments

file

character a file to read in

...

extra arguments to pass to read.delim

Details

Default behaviour is to read in as a standard read.delim call. extra arguments to read.delim can be passed to the function

Value

a dataframe


rEHR documentation built on Jan. 23, 2017, 1 p.m.

Related to read_zip in rEHR...