| write.tab {choiceDes} | R Documentation |
INTERNAL: Write a data frame as tab-delimited file
Description
Internal function that acts as an alias to write.table, appending extra
arguments.
Usage
write.tab(x, f)
Arguments
x |
A data frame object in |
f |
A character string, usually ending in "*.txt", indicating the name of the file to be generated. |
Details
Writes a data frame to the file indicated by f, using write.table
and appending the following arguments: row.names=FALSE, col.names=TRUE,
quote=FALSE, and sep="\t".
Called internally by dcm.design, dcm.design.cand, and
tradeoff.des.
Value
Does not return any value.
See Also
dcm.design, dcm.design.cand, tradeoff.des
Examples
## INTERNAL USE ONLY
[Package choiceDes version 0.9-3 Index]