example_path: Example Path

View source: R/cluster.R

example_pathR Documentation

Example Path

Description

This function was created as a helper function to generate file paths to our internal data. You should use this function if you want to follow along with the example, or interact with the data

Usage

example_path(file = NULL)

Arguments

file

The file name of the data; leave as NULL (default) to get full list of example files

Value

the path to the file as a 'character' or a vector of 'character' giving example filenames if 'fill = NULL'.

Examples

example_path("amazon_phylip.dist")
example_path()

clustur documentation built on April 15, 2025, 1:33 a.m.