Describe the bug
Function metric.scores input parameter col_IndexRegion should be col_IndexClass
To Reproduce
Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots

Additional context
When changed both BioMonTools and BCGcalc packages to use "Index_Class" and not "Index_Region" or other name (e.g., Site_Class) missed this one.
Will need to add a new input parameter to avoid breaking existing code that relies on the function (e.g., Shiny apps).
Place new variable, col_IndexClass, in the same slot and move col_IndexRegion to the end.