Description Usage Arguments Details Value See Also Examples
Internal function that acts as an alias to write.table, appending extra
arguments.
1 | write.tab(x, f)
|
x |
A data frame object in |
f |
A character string, usually ending in "*.txt", indicating the name of the file to be generated. |
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.
Does not return any value.
dcm.design, dcm.design.cand, tradeoff.des
1 | ## INTERNAL USE ONLY
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.