Check output of snow clusters for errors
检查雪聚类输出错误
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Overrides the snow checkForRemoteErrors function. Try errors are returned when cluster nodes produce errors, rather than completely aborting the computation. Not meant to be called by the user.
覆盖checkForRemoteErrors函数雪。尝试错误时返回聚类节点产生错误,而不是完全中止计算。并非由用户调用。
用法----------Usage----------
checkForRemoteErrors(val)
参数----------Arguments----------
参数:val
The result returned from an individual cluster node.
从单个聚类节点返回的结果。
Details
详情----------Details----------
This function is meant to be called internally, but must be exported so that it can hide the native checkForRemoteErrors function in the snow package.
此功能是被称为内部,但必须出口,以便它可以隐藏本地checkForRemoteErrors在雪地里包的功能。
值----------Value----------
The result from the snow cluster node, or an object of type try-error if there was an error.
雪聚类节点,或对象类型的结果try-error如果有一个错误。