Description Usage Arguments Value Author(s) Examples
Fast reading of NONMEM $TABLE files by utilising Rcpp package. Replaces read.table function.
1 |
p |
a character string containing the path of the .tab file. |
headers |
logical. Whether headers should be included in output data frame. |
A data frame containing the .tab file data.
Aaron Hayman
1 | read_TAB(p = "...\\data.tab",headers = F)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.