freqImport: freqImport

View source: R/freqImport.R

freqImportR Documentation

freqImport

Description

FreqImport is a function to import allele frequencies directly from file(s) or URLs

Usage

freqImport(f = NULL, url = FALSE, xml = FALSE)

Arguments

f

The path of file(s) or an url. If file(s), then the url argument must be FALSE.

url

Whether f is pointing to an url or not. Default is FALSE.

xml

Whether f is pointing to an xml format file or not. If FALSE then table formats with standard separator types are considered. Default is FALSE.

Details

The function supports XML as input, directly from an URL or local file (for instance from the STRidER webpage).

Value

dblist A list giving the population frequencies for every population

Author(s)

Oyvind Bleka


oyvble/euroformix documentation built on May 28, 2024, 7:28 p.m.