write_instructions_file: Write instructions file for by Echo Plate Reformat software

Description Usage Arguments Value

Description

Minor reformatting of calculated transfers tibble for uploading to the Echo Plate Reformat software

Usage

1
2
3
4
5
6
write_instructions_file(
  transfers,
  save_file = FALSE,
  .save_name,
  save_default = "_echo_transfer_instructions"
)

Arguments

transfers

A tibble containing all transfer steps, returned by echowritr::calculate_transfers()

save_file

If TRUE, saves instructions file under user-specified name.

.save_name

File name for saved echo instructions

save_default

A string appended to the end of the .save_name. Defaults to "_echo_transfer_instructions".

Value

A tibble containing echo instructions. If save_file = TRUE, this tibble is also saved as a csv.


taiawu/echowritr documentation built on Dec. 23, 2021, 7:42 a.m.