setBroadcastValue {SparkR} | R Documentation |
This function is used internally by Spark to set the value of a broadcast variable on workers. Not intended for use outside the package.
setBroadcastValue(bcastId, value)
bcastId |
The id of broadcast variable to set |
value |
The value to be set |
broadcast, value