cmdfun
cmdfun copied to clipboard
Framework for building R interfaces to shell commands
Results
13
cmdfun issues
Sort by
recently updated
recently updated
newest added
What other use-cases could these list-structures really be used for?? I doubt it's very good practice in too many places, but maybe there's something I haven't thought of.
question
ex if a = c(1,2,NA) return `"-a", "1,2"` instead of `"-a", "1,2,NA"`
Don't allow the user to make sep = & | * ()$ or else **_bad things_** might happen unintentionally.