checkNull: This function checks if a variable is equivalent to...

View source: R/checkNull.R

checkNullR Documentation

This function checks if a variable is equivalent to character(0) and handles the data accordingly.

Description

This function checks if a variable is equivalent to character(0) and handles the data accordingly.

Usage

checkNull(item)

Arguments

item

the item to be checked

Value

NA if the item is equivalent to character(0), the item otherwise


kingsuching/Frost2021Package documentation built on March 19, 2022, 11:51 p.m.