Description Usage Arguments Value
View source: R/save_instructions_folder.R
Save echo instructions folder
1 2 3 4 5 6 7 8 9 10 11 | save_instructions_folder(
expnum,
save_path = "",
final_layouts,
instructions,
all_plots,
layouts,
transfers,
depletion,
version_num = "0.0.0.9000"
)
|
expnum |
The experiment number, including wordy details, e.g "4242_daugher_plates" |
save_path |
The path to where the folder should be saved. Will proceed the experiment number and "_echo instructions". Defaults to "", saving the folder as "Exp<expnum>_echo_instructions/" |
final_layouts |
The final layouts list, created by make_updated_layout() |
instructions |
The echo instructions tibble, created by write_instructions_file() |
all_plots |
The plateview plots, created by make_all_plots() |
layouts |
The standardized layouts, created by repair_layout() |
transfers |
The calculated transfers, created by calculate_transfers() |
depletion |
The tibble of mother plate depletions, created by monitor_source_depletion() |
version_num |
The version number for the echowrtir package. Gets written into the reademe; is actually the only thing in the readme.txt at this point... |
A folder in the given directory, containing everything needed to echo your plate, and accurately manage the resulting data, including any rounding or omissions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.