Skip to content

Audit input-handling functions for consistent column access #8

@danmcgraw94

Description

@danmcgraw94

Some parameter sets copied from RMC-RFA include an Ordinate column; others (e.g., resmodel) don't. Functions should tolerate either case.

Scope

Audit all input-handling functions to confirm they use positional column access (h[, 2], h[, 3], etc.) rather than name-based access (h$Date). Positional access makes the functions indifferent to whether Ordinate is present as column 1.

If any functions currently use name-based access, convert them to positional and document the expected column order in the roxygen.

Feedback source

Raised by Allen (comment #5).

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions