update_frac_smry | R Documentation |
Updates pre-existed frac_smry.xlsx.
update_frac_smry(
frac_smry = "frac_smry.xlsx",
expt_smry = "expt_smry",
dat_dir = NULL,
label_scheme_full = NULL,
ext = "xlsx",
tbl_mascot = NULL,
tbl_lfq = NULL,
is_tmt = TRUE
)
frac_smry |
A character string to a |
expt_smry |
A character string to a |
dat_dir |
A character string to the working directory. The default is to match the value under the global environment. |
label_scheme_full |
The metadata of expt_smry. |
ext |
The extension of a file name. |
tbl_mascot |
A table of message for Mascot workflow. |
tbl_lfq |
A table of message for LFQ workflow. |
is_tmt |
Logical; is TMT experiments or not. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.