Rdocumentation
powered by
Learn R Programming
rEHR (version 1.0)
read_zip: Reads a zipped data file to a dataframe
Description
This function will unzip a zipped text file and read it in to an R data frame
Usage
read_zip(file, ...)
Arguments
file
character a file to read in
...
extra arguments to pass to read.delim
Value
a dataframe
Details
Default behaviour is to read in as a standard read.delim call. extra arguments to read.delim can be passed to the function