.quant_column_choice {immunarch}R Documentation

Get a column's name using the input alias

Description

Get a column's name using the input alias

Usage

.quant_column_choice(x, .verbose = TRUE)

Arguments

x

Character vector of length 1.

.verbose

If TRUE then print any issues or wanings.

Value

A string with the column name.

Examples

immunarch:::.quant_column_choice("count")
immunarch:::.quant_column_choice("freq")

[Package immunarch version 0.6.5 Index]