tinsel_example: Get Path of a Tinsel Example File

Description Usage Arguments Examples

View source: R/example.R

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

1
2
3

Arguments

path

Name of the example file.

Examples

1
2
3
4
5
# list all example files
tinsel_examples()

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

tinsel documentation built on May 2, 2019, 1:30 p.m.