Description Usage Arguments Value Author(s)
This function produces a character vector of the names (or paths) of VCF files in the named directory.
1 | list.vcffiles(path = ".", full.names = FALSE, recursive = FALSE)
|
path |
A character vector of full path names; the default corresponds
to the working directory, |
full.names |
a logical value. If |
recursive |
logical. Should the listing recurse into directories? |
A character vector containing the names of the VCF files in the
specified directories, or character(0)
if there were no VCF files.
Jonathan Ellis <jonathan.j.ellis@gmail.com>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.