View source: R/write_exp_metadataNWB.R
write_exp_metadataNWB | R Documentation |
Write experimental metadata critical for dandi upload to an nwb file
write_exp_metadataNWB(nwb_file, subject_id, age, sex, species)
nwb_file |
nwb file path |
subject_id |
character |
age |
character ISO 8601 format |
sex |
character |
species |
character latin specific species designation |
NA
## Not run:
nwb_file = "~/Q21.26.005.11.03.04-compressed.nwb"
subject_id = "Q21.26.005"
age = "M"
sex = "P5Y90D"
species = "macaca nemestrina"
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.