I am trying to run a .R script using a YAML config file. What is the syntax within the R console for me to be able to run the R script using an specific YAML config file?
Thanks..
I am trying to run a .R script using a YAML config file. What is the syntax within the R console for me to be able to run the R script using an specific YAML config file?
Thanks..
I was able to get this working the .The R script creates a function where you can input the config file to use.
Thanks..