check_if_there_are_na: Check for NA in the specfic columns and returns T or F is...

Description Usage Arguments Value

View source: R/bpc_helpers_checks.R

Description

Check for NA in the specfic columns and returns T or F is there is at least 1 NA in those columns

Usage

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
)

Arguments

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

Value

TRUE (there are NA) or FALSE (no NA)


bpcs documentation built on Dec. 15, 2020, 5:23 p.m.