h_col_indices: Obtain column indices

View source: R/utils_rtables.R

h_col_indicesR Documentation

Obtain column indices

Description

[Stable]

Helper function to extract column indices from a VTableTree for a given vector of column names.

Usage

h_col_indices(table_tree, col_names)

Arguments

table_tree

(VTableTree)
rtables table object to extract the indices from.

col_names

(character)
vector of column names.

Value

A vector of column indices.


tern documentation built on June 22, 2024, 10:25 a.m.