<div dir="ltr"><div>Hello,</div><div><br></div><div>R has named parameters, such as:</div><div><br></div><div>paste(&quot;Hello&quot;, &quot;world&quot;, collapse = &quot;,&quot;)</div><div><br></div><div>Is there any way to pass this named parameter (collapse) through the call interface?</div><div><br></div><div>p = R.eval(&quot;paste&quot;)</div><div>p.call(&quot;hello&quot;, &quot;world&quot;, ???)</div><div><br></div><div>Thanks<br></div><div><br>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">Rodrigo Botafogo<br><br></div></div></div>