| header.probe | R Documentation |
Extract file header information from probe data files.
## 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, ...)
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. |
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.
header.minilog()
header.minilog(1998)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.