Adds information from a data-frame to the features metadata of a MultiDataSet object.
Arguments
- mo_data
A MultiDataSet::MultiDataSet object.
- df
A tibble or data-frame of features information, with at least columns
feature_id
(giving the feature IDs) anddataset
(giving the name of the dataset to which the features belong), and one row per feature ID. Can contain info about features from different datasets.