This function reads command line arguments passed to an R script executed via the bash command line and assigns them into the global environment of the R session. This allows for dynamic passing of variables from a bash script to an R script.
This function reads command line arguments passed to an R script executed via the bash command line and assigns them into the global environment of the R session. This allows for dynamic passing of variables from a bash script to an R script.