// Especially useful for creating consistent model objects for a list of data sources.
// Wrapping the assign statement in a try block is often advisable.
for(item in itemList){ assign(paste(item, "object", sep="."), function(get(paste(item, "data", sep=".")), options) }