When attempting to obtain the descriptions of a list of objects from salesforce using rforcecom.getObjectDescription for certain objects I get the error
Error in (function (..., row.names = NULL, check.rows = FALSE, check.names = TRUE, :
arguments imply differing number of rows: 1, 0
The error occours if I run the function within a loop or outside of it. I have not been able to find any reason why some objects work and others do not and I do not understand what the error message is trying to convey.
Does anyone know how to solve or workaround this error? If not is there a way to tell which objects will cause the error and which will not?