option: character strings containg options (or flag) whose values
args: String containing all the arguments of an R script
sep: separator character. Default is " ". If it is of length 2, the first is seperator among different options, the second is betwwen option name and its value.
novalue_response: value used in case the option is missing. Default is NULL.