is_takeout {edibble}R Documentation

A function to check if the output is a takeout design

Description

The function returns TRUE if the input is a takeout design.

Usage

is_takeout(x)

Arguments

x

An object.

Value

A logical value.

Examples

is_takeout(takeout())

[Package edibble version 1.1.0 Index]