Skip to contents

Determines whether a scalar property with the specified name exists in the Daf data set.

Usage

has_scalar(daf, name)

Arguments

daf

A Daf object

name

Name of the scalar property to check

Value

TRUE if scalar exists, FALSE otherwise

Details

Scalar properties are global values associated with the entire Daf data set. See the Julia documentation for details.