write_fasta | R Documentation |
overwrite
write_fasta(fasta, path, width)
fasta |
tibble. see Value of |
path |
string. Path to the fasta file which you want write to. |
width |
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) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.