read_TAB: Fast reading of NONMEM $TABLE files.

Description Usage Arguments Value Author(s) Examples

View source: R/tabRsrc.R

Description

Fast reading of NONMEM $TABLE files by utilising Rcpp package. Replaces read.table function.

Usage

1
read_TAB(p, headers = TRUE)

Arguments

p

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

headers

logical. Whether headers should be included in output data frame.

Value

A data frame containing the .tab file data.

Author(s)

Aaron Hayman

Examples

1
read_TAB(p = "...\\data.tab",headers = F)

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