testObjExistsDS {dsBase} | R Documentation |
The serverside function called by ds.testObjExists
testObjExistsDS(test.obj.name = NULL)
test.obj.name |
a clientside provided character string specifying the variable whose presence is to be tested in each data source |
Tests whether a given object exists in all sources. It is called at the end of all recently written assign functions to check the new (assigned) object has been created in all sources
Burton PR