Add function "findcolumn()"
Framework for numerical computations, data analysis and visualisation
Brought to you by:
numere
Add a function {x,y,z,...} = findcolumn(TAB(), "header"), which will return the indices of the columns with matching table headers.
Analysis:
This function can be implemented based upon the is_data() or getindices() functions of the string parser.
Implementation:
The functionality was implemented as proposed by the analysis. Implementation tests were passed successfully.
Documentation:
The new function was added to the syntax elements list, to the language files and to the search database.
Tests:
The functionality was added to the automatic tests. No deviations detected. Functionality implemented successfully.
Anonymous
Diff:
Diff:
Diff:
Diff: