load_harplus {HARplus}R Documentation

Load and Process GEMPACK HAR Files (Internal)

Description

Reads a GEMPACK HAR file and efficiently extracts structured data while maintaining compatibility with standard HAR formats. This implementation builds upon the foundational work of the HARr package, reorganizing the process for improved execution speed, memory management, and handling of sparse data structures.

Usage

load_harplus(con, coefAsname = FALSE, lowercase = TRUE, select_header = NULL)

Arguments

con

Character or connection. The file path to the HAR file or an open binary connection.

coefAsname

Logical. If TRUE, replaces four-letter headers with coefficient names when available. Default is FALSE.

lowercase

Logical. If TRUE, converts all string values to lowercase. Default is TRUE.

select_header

Character vector. Specific headers to extract; if NULL, reads all headers.

Details

Supported HAR Header Types:

Value

A structured list where:

Author(s)

Pattawee Puangchit

See Also

load_sl4x, load_harx


[Package HARplus version 1.0.1 Index]