check_all_identical: check_all_identical

Description Usage Arguments Value Functions dependent on this Examples

View source: R/check_all_identical.R

Description

This is a basic function which takes a list and checks that every value within the list is identical. It is simply a recursive function as any failure would result in a FALSE. Note: Identicality is a stronger condition than Equality. E.g 1L == 1 but identicaL(1L,1) is FALSE.

Usage

1

Arguments

input

List - This is the list of values to perform an identical check on

Value

Boolean - TRUE if all are identical. FALSE if they are not all identical.

Functions dependent on this

prep_char_num_sort

Examples

1
2
3
4
5

gloverd2/admr documentation built on Dec. 2, 2020, 11:16 p.m.