Utilities for working with air quality monitoring data (e.g. federal regulatory monitors)
GNU General Public License v3.0
19
stars
5
forks
source link
monitor_toTidy() needs to accept a list of metadata variables to retain #110
Open
jonathancallahan opened 4 years ago
The
monitor_toTidy()
function greatly expands the size of a monitor object by replicating every metadata recordnrow(data)
times.The easiest way to limit this bloat it to specify which metadata fields should be part of the reshaping.