Get the existing Mongo.Collection instance by name, or create it if doesn't exist.
For a more sophisticated approach, see dburles:mongo-collection-instances.
Install the package from Atmosphere:
meteor add laboratory:mongo-collection
collection = new Mongo.Collection 'users'
nextCollection = new Mongo.Collection 'users'