Function pmcore::prelude::data::read_pmetrics
pub fn read_pmetrics(path: impl Into<String>) -> Result<Data, PmetricsError>
Expand description
Read a Pmetrics datafile and convert it to a Data object
For specific details, see the [Row] struct.