Skip to contents

Check if an error is a KeyError.

Usage

is_key_error(e)

Arguments

e

The error to check.

Value

TRUE if the error is a KeyError, FALSE otherwise.