guess_structure {narray}R Documentation

Infer array structure from data.frame

Description

Infer array structure from data.frame

Usage

guess_structure(df, verbose = TRUE)

Arguments

df

A data.frame with ordered axes, value field last

verbose

Print message with inferred structure (default: TRUE)

Value

A formula describing this structure


[Package narray version 0.5.1 Index]