bf_protocol | R Documentation |
Define a new bit-flag protocol
bf_protocol(
name,
description,
test,
example,
type,
bits = NULL,
version = NULL,
extends = NULL,
note = NULL,
author = NULL
)
name |
|
description |
|
test |
|
example |
|
type |
|
bits |
|
version |
|
extends |
|
note |
|
author |
|
list containing bit-flag protocol
newFlag <- bf_protocol(name = "na",
description = "{x} contains NA-values{result}.",
test = function(x) is.na(x = x),
example = list(x = bf_tbl$commodity),
type = "bool")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.