tinsel_example {tinsel}R Documentation

Get Path of a Tinsel Example File

Description

tinsel_example simplifies getting and returns the system path of an example file included in the tinsel package. To list the names of all example files use tinsel_examples.

Usage

tinsel_example(path)

tinsel_examples()

Arguments

path

Name of the example file.

Examples

# list all example files
tinsel_examples()

# get the path of a specific example
tinsel_example('attributes.R')

[Package tinsel version 0.0.1 Index]