source {base} | R Documentation |
causes R to accept its input from the named file or URL or connection or expressions directly.
Input is read and parsed from that file until the end of the file is reached, then the parsed
expressions are evaluated sequentially in the chosen environment.
source(path,
... = NULL);
The value of special last variable
or the value returns by the return
keyword.