probe: Project Identifiers

View source: R/probe.R

probeR Documentation

Project Identifiers

Description

Functions to retrieve survey probe information or create a probe data object.

Usage

probe(x, ...)

## Default S3 method:
probe(x, ...)

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

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

Arguments

x

Character search string.

...

Other arguments (not used).

header

File header information.

Methods (by class)

  • probe(default): Load data probe description table.

  • probe(character): Find a data probe by name.

  • probe(data.frame): Create a probe class object.

Examples

probe()            # Load complete data probe table.
probe("min")       # Search for probe name.

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