Skip to contents

This package comes bundled with a number of sample files in its inst/extdata directory. This function make them easy to access

Usage

sample_file(file = NULL)

Arguments

file

Name of file. If NULL, all sample files will be listed.

Examples

if (FALSE) { # \dontrun{
sample_file()
sample_file("SampleUnformattedPlots.csv")
} # }