Processes a built-in 'load' function call by retrieving the names of the variables loaded by the given file.
Example: load(test.rda) with two variables 'x' and 'y'. processLoadCall adds 'x' and 'y' to the dataflow graph and
adds control dependencies between the variables and the loaded file.
Processes a built-in 'load' function call by retrieving the names of the variables loaded by the given file. Example:
load(test.rda)with two variables 'x' and 'y'. processLoadCall adds 'x' and 'y' to the dataflow graph and adds control dependencies between the variables and the loaded file.