I know that if I run the source(here("Script.R")) code in the script I am writing, I can call the functions written in the called script (Script.R). Can I also have direct access to the variables defined in the called script?
for example: the script I am calling contains the variable x. Can I use the variable x in the script from which I am calling "Script.R"?