Skip to contents

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.

Usage

GetBashVars()

Value

This function does not return anything but has the side effect of assigning variables into the global environment.

Author

Ahmed El-Gabbas