This functions calls the XML-RPC method getFinalResults() of NEOS, which gets results of a job submitted to NEOS. If the job is still running, then this function will hang until the job is finished.
NgetFinalResults(obj, convert =TRUE)
Arguments
obj: NeosJob, an object of class NeosJob as returned by the function NsubmitJob.
convert: Logical, if convert = TRUE (the default) the value of the returned XML-RPC result is extracted and returned as character, otherwise the XML-RPC string is returned (base-64 encoded).