View source: R/update_mass_dataset.R
update_sample_info | R Documentation |
This function updates the sample_info
and sample_info_note
slots of a mass_dataset
object.
It ensures that the columns in sample_info
are consistent with the names in sample_info_note
.
update_sample_info(object)
object |
A |
A mass_dataset
object with updated sample_info
and sample_info_note
slots.
Xiaotao Shen shenxt1990@outlook.com
## Not run:
# Assuming `md` is a mass_dataset object
updated_md <- update_sample_info(md)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.