search for: myfuncton1

Displaying 2 results from an estimated 2 matches for "myfuncton1".

Did you mean: myfunction1
2017 Jun 06
3
Force argument to have quotes
...config file and the config file will then parse the arguments found within the config and pass them to respective functions. I'm having trouble (efficiently) writing a piece of code to retain quotation marks around the argument which requires it as input, as found in the example function below, myFuncton1. Below is a minimal, reproducible example of the issue with comments. ### This is a sample structure of the configuration file scoreConfig <- structure(list(Function = c("myFunction1", "myFunction1", "myFunction1", "myFunction2", "myFunction2&quot...
2017 Jun 06
0
Force argument to have quotes
...config file and the config file will then parse the arguments found within the config and pass them to respective functions. I'm having trouble (efficiently) writing a piece of code to retain quotation marks around the argument which requires it as input, as found in the example function below, myFuncton1. > > Below is a minimal, reproducible example of the issue with comments. > > ### This is a sample structure of the configuration file > > scoreConfig <- structure(list(Function = c("myFunction1", "myFunction1", "myFunction1", > "myFunction...