Learn R Programming

tinsel (version 0.0.1)

tinsel_example: 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

Run this code
# list all example files
tinsel_examples()

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

Run the code above in your browser using DataLab