read.TSD_getindtFirstLast: A function for extracting the first and last value of 'indt'.

View source: R/read.TSD_getindtFirstLast.R

read.TSD_getindtFirstLastR Documentation

A function for extracting the first and last value of 'indt'.

Description

A function for extracting the first and last value of 'indt'.

Usage

read.TSD_getindtFirstLast(
  labl,
  con,
  index,
  datatypes,
  datasizes,
  endian = .Platform$endian
)

Arguments

labl

is a vector of the TSD labels of the file.

con

is a connection to a binary file, as returned by file(x,"rb").

index

is a matrix of the positions in the type of the variables and time steps.

datatypes

The data types of each element of 'labl'.

datasizes

The data sizes of each element of 'labl'.

endian

is the endianness of the file, changed if the float is not read properly.


arnejohannesholmin/TSD documentation built on April 14, 2024, 5:29 a.m.