Description Usage Arguments Value
View source: R/bpc_helpers_checks.R
Check for NA in the specfic columns and returns T or F is there is at least 1 NA in those columns
1 2 3 4 5 6 7 8 | check_if_there_are_na(
d,
player0,
player1,
player0_score = NULL,
player1_score = NULL,
result_column = NULL
)
|
d |
a data frame |
player0 |
the name of column for player0 |
player1 |
the name of column for player1 |
player0_score |
the name of column for player0 scores |
player1_score |
the name of column for player1 scores |
result_column |
the name of column for results |
TRUE (there are NA) or FALSE (no NA)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.