read_sas7bdat: Fast reading of .sas7bdat files.

Description Usage Arguments Value Author(s) Examples

View source: R/read_sas7bdat.R

Description

Fast reading of .sas7bdat files.

Usage

1
read_sas7bdat(file, column_information)

Arguments

file

a character string containing the path of the .sas7bdat file.

column_information

a character string or object which will be assigned the column description information.

Value

A data frame with containing the .sas7bdat data and column descriptions assigned to column_information object.

Author(s)

Aaron Hayman

Examples

1
dat = read_TAB(p = "...\\data.sas7bdat",column_information = cols)

jgrevel/BAST1-R-Library documentation built on May 21, 2019, 10:11 a.m.