get_example_path: Get full path to an example file or directory

View source: R/utilities.R

get_example_pathR Documentation

Get full path to an example file or directory

Description

get_example_path() takes a file or folder name that is expected to be located under the TCRconvertR examples directory and gets the full path to that item.

Usage

get_example_path(file_name)

Arguments

file_name

A string, the name of the example file or directory.

Value

A string, the path to example file or directory.

Examples

# Will probably be in a temp folder for the function example
get_example_path("tenx.csv")

TCRconvertR documentation built on June 8, 2025, 10:43 a.m.