fslaborg / RProvider

Access R packages from F#
http://fslab.org/RProvider/
Other
235 stars 69 forks source link

Named parameter is reserved word in F# #159

Closed ghost closed 8 years ago

ghost commented 8 years ago

Below cause an error : unexpected keyword 'type' in binding. let f = R.spdfit(r, type="pwm") Is there any workaround?

jpalmer commented 8 years ago

More of a stackoverflow question but I imagine type should probably work

ghost commented 8 years ago

It works.