Learn R Programming

immunarch (version 0.6.4)

.quant_column_choice: 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

Run this code
# NOT RUN {
immunarch:::.quant_column_choice("count")
immunarch:::.quant_column_choice("freq")
# }

Run the code above in your browser using DataLab