Learn R Programming

choiceDes (version 0.9-3)

write.tab: 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 R.

f

A character string, usually ending in "*.txt", indicating the name of the file to be generated.

Value

Does not return any value.

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.

See Also

dcm.design, dcm.design.cand, tradeoff.des

Examples

Run this code
# NOT RUN {
## INTERNAL USE ONLY
# }

Run the code above in your browser using DataLab