get_plinkr_filenames: Get the full paths to all plinkr files

View source: R/get_plinkr_filenames.R

get_plinkr_filenamesR Documentation

Get the full paths to all plinkr files

Description

Get the full paths to all plinkr files

Usage

get_plinkr_filenames(pattern = NULL)

Arguments

pattern

an optional regular expression, as used by list.files. Only file names which match the regular expression will be returned.

Value

the full paths to all plinkr files

Author(s)

Richèl J.C. Bilderbeek

Examples

get_plinkr_filenames()
get_plinkr_filenames(pattern = ".ped")

richelbilderbeek/plinkr documentation built on March 25, 2024, 3:18 p.m.