Description Usage Arguments Value
Minor reformatting of calculated transfers tibble for uploading to the Echo Plate Reformat software
1 2 3 4 5 6 | write_instructions_file(
transfers,
save_file = FALSE,
.save_name,
save_default = "_echo_transfer_instructions"
)
|
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". |
A tibble containing echo instructions. If save_file = TRUE, this tibble is also saved as a csv.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.