fp_read_csv | R Documentation |
Load from a CSV file the design matrix that has previously been saved with
fp_write_csv()
. It is an error if the loaded data frame has different
dimensions or column names than the original design matrix.
fp_read_csv(dm, file, type = c(1, 2), yield = "Y", comment = "#")
dm |
the design matrix. |
file |
the file to read the design matrix from. |
type |
the CSV version (1 or 2). |
yield |
the yield column name. |
comment |
the comment mark. |
Note that the design matrix is sorted by the StdOrder
column after loading.
the design matrix with the new values.
fp_write_csv()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.