unlist_and_blank_na {tern}R Documentation

Blank for missing input

Description

Helper function to use in tabulating model results.

Usage

unlist_and_blank_na(x)

Arguments

x

(vector)
input for a cell.

Value

An empty character vector if all entries in x are missing (NA), otherwise the unlisted version of x.


[Package tern version 0.9.6 Index]