read_tva_data: Read TVA data

View source: R/tva.R

read_tva_dataR Documentation

Read TVA data

Description

Reads TVA data from a file.

Usage

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

Arguments

file

The file name.

set

The set of items.

...

Additional arguments passed to read_table().

Value

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

Examples


data <- read_tva_data("data.dat")
data


RStanTVA documentation built on April 16, 2025, 5:10 p.m.