Skip to contents

Determines whether an axis with the specified name exists in the Daf data set.

Usage

has_axis(daf, axis)

Arguments

daf

A Daf object

axis

Name of the axis to check

Value

TRUE if the axis exists, FALSE otherwise

Details

Axes are fundamental dimensions in a Daf data set along which vector and matrix data are stored. Each axis has a collection of unique named entries. See the Julia documentation for details.