write.tab: INTERNAL: Write a data frame as tab-delimited file

Description Usage Arguments Details Value See Also Examples

Description

Internal function that acts as an alias to write.table, appending extra arguments.

Usage

1
write.tab(x, f)

Arguments

x

A data frame object in R.

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

1
## INTERNAL USE ONLY

choiceDes documentation built on May 2, 2019, 1:28 p.m.