Learn R Programming

RStanTVA (version 0.3.2)

read_tva_data: Read TVA data

Description

Reads TVA data from a file.

Usage

read_tva_data(file, set = LETTERS, ...)

Value

A TVA data object, which inherits from data.frame.

Arguments

file

The file name.

set

The set of items.

...

Additional arguments passed to read_table().

Examples

Run this code
if (FALSE) {
data <- read_tva_data("data.dat")
data
}

Run the code above in your browser using DataLab