Read one or more neurons from a NeuroML v1 file

read.neuron.neuroml(f, ..., AlwaysReturnNeuronList = FALSE)

Arguments

f

Path to a NeuroML format XML file

...

Additional arguments passed to read.morphml (and on to xmlParse)

AlwaysReturnNeuronList

See Value section (default FALSE)

Value

When the XML file contains only 1 cell andAlwaysReturnNeuronList=FALSE, a neuron object, otherwise a neuronlist containing one or more neurons.

See also