-
Breaking change:
format = "wide"
is no longer supported forso_isotopes
-
Linked to the 2021-07-05 version of the dataset (https://doi.org/10.5281/zenodo.5072528)
-
Added a
NEWS.md
file to track changes to the package. -
The
format
parameter was introduced to theso_isotopes
function. The current defaultformat
is "wide", in which case the data will be formatted with one row per record and multiple measurements (of different isotopes) per row. Ifformat
is "mv", the data will be in measurement-value (long) format with multiple rows per original record, split so that each different isotope measurement appears in its own row. Note that "mv" will become the default (and possibly only) option in a later release. Currently,record_id
values in measurement-value format are not unique (they follow therecord_id
values from the wide format). Therecord_id
values in measurement-value format are likely to change in a future release.