read_zip: Reads a zipped data file to a dataframe

View source: R/cprd_import.R

read_zipR Documentation

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

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


rOpenHealth/rEHR documentation built on Sept. 25, 2024, 5:32 p.m.