header.probe: Fetch Data Probe File Header Information

View source: R/header.probe.R

header.probeR Documentation

Fetch Data Probe File Header Information

Description

Extract file header information from probe data files.

Usage

## S3 method for class 'probe'
header(x, probe, ...)

## S3 method for class 'minilog'
header(x, verbose = FALSE, ...)

## S3 method for class 'star.oddi'
header(x, verbose = FALSE, ...)

## S3 method for class 'netmind'
header(x, verbose = FALSE, ...)

## S3 method for class 'esonar'
header(x, verbose = FALSE, ...)

## S3 method for class 'notus'
header(x, verbose = FALSE, ...)

Arguments

x

Data file name(s).

probe

Data probe name. See probe for available options.

verbose

Logical value specifying whether to report files as they are being read.

Functions

  • header(minilog): Extract Minilog file header information.

  • header(star.oddi): Extract Star Oddi file header information.

  • header(netmind): Extract Netmind file header information.

  • header(esonar): Extract eSonar file header information.

  • header(notus): Extract Notus file header information.

Examples

header.minilog()
header.minilog(1998)

TobieSurette/gulf.data documentation built on Jan. 19, 2025, 7:50 p.m.