Learn R Programming

catchr (version 0.2.31)

is_catchr_plan: Check if list is a catchr plan

Description

Currently, this function just checks whether a list was made via make_plans(). It does so simply by looking at the class of the list. In the future, catchr plans may become more complicated and this will become a more useful part of the API.

Usage

is_catchr_plan(x)

Arguments

x

An object to test