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 = "#")
the design matrix with the new values.
the design matrix.
the file to read the design matrix from.
the CSV version (1 or 2).
the yield column name.
the comment mark.
Note that the design matrix is sorted by the StdOrder
column after loading.
fp_write_csv()