massbays-tech / MassWateR

R package for working with Massachusetts surface water quality data
https://massbays-tech.github.io/MassWateR
Creative Commons Zero v1.0 Universal
11 stars 3 forks source link

thresholds display in scientific format #32

Closed fawda123 closed 2 years ago

fawda123 commented 2 years ago

When I run View(thresholdMWR), the Fresh_1 thresholds display in scientific format and the Marine_1 thresholds display with 5 decimals. Is it possible to make all of the thresholds display numerically? Two decimal places would be fine for everything.

fawda123 commented 2 years ago

@ben-wetherill all those columns are numeric, so they are displaying numerically, but the presentatation (either significant digits or scientific notation) is defined by the one value in a column that has the greatest number of significant digits. They all display the same if I round them to two decimal places. The file has to change to do this, I don't think there's a way to do this strictly with View().

ben-wetherill commented 2 years ago

I see they are displaying with 2 or 1 digits now, so that is better.