write_exp_metadataNWB: Write experimental metadata critical for dandi upload to an...

View source: R/write_exp_metadataNWB.R

write_exp_metadataNWBR Documentation

Write experimental metadata critical for dandi upload to an nwb file

Description

Write experimental metadata critical for dandi upload to an nwb file

Usage

write_exp_metadataNWB(nwb_file, subject_id, age, sex, species)

Arguments

nwb_file

nwb file path

subject_id

character

age

character ISO 8601 format

sex

character

species

character latin specific species designation

Value

NA

Examples

## 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)









NRSC/nphys documentation built on Nov. 13, 2024, 2:12 a.m.