GetFilesForClade: Gets file list for given clade

Description Usage Arguments Details Value Author(s) Examples

View source: R/GetFilesForClade.R

Description

Gets available file list for a given clade from the web site graemetlloyd.com.

Usage

1
GetFilesForClade(HTMLendings)

Arguments

HTMLendings

Vector of strings giving matrix ending for desired HTML.

Details

A list of published cladistic analyses is available from graemetlloyd.com, but not all of these have available data sets. This function serves as a tool to grab a list of the file names available for a specific clade, for example ichthyopterygians (see example code below).

The intended purpose of this function is to isolate filenames for a given clade so only these are handed as input to the Metatree function instead of using the full set, many of which might be irrelevant for a given target clade.

Value

A vector of available file names (without appendix).

Author(s)

Graeme T. Lloyd graemetlloyd@gmail.com

Examples

1
2
# Get all ichthyosaur file names from graemetlloyd.com:
GetFilesForClade("matricht.html")

graemetlloyd/metatree documentation built on April 29, 2021, 2:32 a.m.