hipread (version 0.2.4)

hipread_example: Get path to hipread's example datasets

Description

Get access to example extracts.

Usage

hipread_example(path = NULL)

Value

The filepath to an example file, or if path is empty, a vector of all available files.

Arguments

path

Name of file. If NULL, the example files will be listed.

Examples

Run this code
hipread_example() # Lists all available examples
hipread_example("test-basic.dat") # Gives filepath for a basic example

Run the code above in your browser using DataLab