combine_by_columns: Fetches the merged rows of all data columns aligned-right...

View source: R/padding_test.R

combine_by_columnsR Documentation

Fetches the merged rows of all data columns aligned-right digits. MIGHT BE USEFUL IN ADT!

Description

Fetches the merged rows of all data columns aligned-right digits. MIGHT BE USEFUL IN ADT!

Usage

combine_by_columns(digitdata, data_columns, indexes = NA)

Arguments

digitdata

A object of class DigitAnalysis.

data_columns

The names of numeric columns of data to be analyzed. Default can be 'all', where using all data columns in numbers df in digitdata; an array of column names, as characters; a single column name, as character.

indexes

Defaulted to NA. If NA, uses all rows. If specified, only uses the specified rows.

Value

Combined data for data_columns by merging rows


jlederluis/digitanalysis documentation built on Nov. 5, 2023, 11:46 a.m.