View source: R/create_status_cols.R
create_status_cols | R Documentation |
check_grain()
functioncreate_status_cols()
adds columns to the passed tibble, containing
the sawmill status provided.
create_status_cols(timber, status = "Initialized.")
timber |
A tibble of timber, with a table built by |
status |
A sawmill status description. |
The create_status_cols()
function works by initializing the default
sawmill status as specified in the check_grain()
function.
The 'sawmill_pass' column indicates whether sawmill should operate on the
resistance outcome. Set 'sawmill_pass = FALSE' after other co-occurring
events during check failure.
The passed tibble of timber with additional columns containing the current sawmill status.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.