select_files_format: Select those elements of a vector with the specified...

View source: R/utilities.R

select_files_formatR Documentation

Select those elements of a vector with the specified extension

Description

Select those elements of a vector with the specified extension

Usage

select_files_format(word_vector, formatw = "vcf")

Arguments

word_vector

Vector with several names

formatw

Extension to be filtered

Value

Select the elements that fill the criteria

Examples

## Not run: 
select_files_format (c("testing.vcf","bat.vcf","bibi.cod"), formatw = "vcf")

## End(Not run)


itamuria/immunoeasy documentation built on Sept. 30, 2022, 5:53 a.m.