Displaying 1 result from an estimated 1 matches for "patternsinfp".
2013 Nov 20
2
Functional Programming patterns
Hi,
'
Not specific to 'R'. I search for patterns and found
http://patternsinfp.wordpress.com/ which is too heavy for me. There is a
'Pragmatic Programmer' book on such patterns for Scala and Clojure. Is
there anything for R ?
I wanted to code this. Is there a functional pattern in R for multiple
'if' loops like this ?
if( is.na(str_extract(input,&...