gtrack.info: Returns information about a track

View source: R/track-management.R

gtrack.infoR Documentation

Returns information about a track

Description

Returns information about a track.

Usage

gtrack.info(track = NULL, validate = FALSE)

Arguments

track

track name

validate

if TRUE, validates the track index file integrity (for indexed tracks). Default: FALSE

Details

Returns information about the track (type, dimensions, size in bytes, etc.). The fields in the returned value vary depending on the type of the track.

Value

A list that contains track properties

See Also

gtrack.exists, gtrack.ls

Examples



gdb.init_examples()
gtrack.info("dense_track")
gtrack.info("rects_track")


misha documentation built on Dec. 14, 2025, 9:06 a.m.