Description Usage Arguments Details Value
View source: R/f1.rbsb2.code.r
Returns the data frame associated to a /daf/. The row numbers can be
choosen with wh.
1 |
daf |
The /daf/ to be read. |
wh |
numeric giving the numbers of the observations to be read. Zero means all observations. |
strict |
When TRUE a fatal error is issued if some asked observations does not exist. If not the present ones are returned. |
check |
Must the /daf/ object be checked? |
According to daf@what a different action is performed to get
the data frame:
The named daf@valu function is used without
argument.
The named daf@valu data frame is used.
The named daf@valu file is read with read.table.
The named daf@valu file is read with read.csv.
The named daf@valu file is read with read.csv2.
For t, c or c2 cases, header=TRUE and
comment.char='#'.
a data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.