write_fasta: write fasta file

Description Usage Arguments Examples

View source: R/io_fasta.R

Description

write fasta file

Usage

1
write_fasta(x, fpath, width = 60)

Arguments

x

x

fpath

A fasta file path.

width

w

Examples

1
2
(temp <- dstr_rand_seq(n = 3, length = c(60, 90, 200), seed = 1))
write_fasta(temp)

t-arae/bstringr documentation built on March 18, 2021, 3:08 a.m.