overwrite
write_fasta(fasta, path, width)
tibble. see Value of read_fasta()
.
string. Path to the fasta file which you want write to.
logical scalar. NotYetUsed.
the input invisibly
{
input_file <- system.file('extdata', 'example.fasta', package = 'rutil')
output_file <- tempfile()
write_fasta(read_fasta(input_file), output_file)
}