source.https: Read R Code from a File in an https URL
Description
source.https causes R to accept its input from a File in
an https URL. 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.