hipread (version 0.2.1)

hipread_example: Get path to hipread's example datasets

Description

Get access to example extracts.

Usage

hipread_example(path = NULL)

Arguments

path

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

Value

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

Examples

Run this code
# NOT RUN {
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 DataCamp Workspace