trim_scraps: Trim unusable factors from timber

View source: R/trim_scraps.R

trim_scrapsR Documentation

Trim unusable factors from timber

Description

trim_scraps() removes unusable factors from timber, as marked in the exclude_sawmill field, attaches a reason for exclusion using exclude_sawmill_reason, and sends these factors to the scrap_pile.

Usage

trim_scraps(timber, reason)

Arguments

timber

a tibble of timber, with grain checked by check_grain.

reason

string: a description of why a given factor is unusable.

Value

A tibble of timber without unusable factors.


iAM-AMR/sawmill documentation built on June 30, 2024, 2:25 a.m.