guess_structure: Infer array structure from data.frame
Description
Infer array structure from data.frame
Usage
guess_structure(df, verbose = TRUE)
Value
A formula describing this structure
Arguments
- df
A data.frame with ordered axes, value field last
- verbose
Print message with inferred structure (default: TRUE)