fp_write_csv | R Documentation |
Writes the design matrix to a CSV file, with a timestamp and comment lines.
fp_write_csv(dm, file, comment = "# ", timestamp = TRUE, type = c(1, 2), ...)
dm |
the design matrix. |
file |
the file to write the design matrix to. |
comment |
a comment mark to add before each line of the information. |
timestamp |
whether to add a timestamp to the file. |
type |
the CSV version (1 or 2). |
... |
other parameters passed to write_csv(). |
Note that the design matrix is saved in the same order of the RunOrder
column, i.e. random.
Invisibly return the design matrix, unchanged, for further piping.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.