Re: [rkward-devel] header parameters

2015-11-11 Thread meik michalke
Am Mittwoch, 11. November 2015, 16:46:36 schrieb Thomas Friedrichsmeier: > you want to add noquote() around the code. As in > > add (i18n ("Something of the result"), noquote > ('resultObject[["something"]'])); cool, added that as a new feature to rk.JS.header() :: m. -- dipl. psych. meik

Re: [rkward-devel] header parameters

2015-11-11 Thread Thomas Friedrichsmeier
Hi, On Wed, 11 Nov 2015 16:37:52 +0100 meik michalke wrote: > in JavaScript, is it possible to use Header().add() to add a > parameter that is fetched from the resulting R object of the > calculation? i only managed to get the object name printed, e.g. > > Parameters: >* Foo: resultObject[

[rkward-devel] header parameters

2015-11-11 Thread meik michalke
hi, in JavaScript, is it possible to use Header().add() to add a parameter that is fetched from the resulting R object of the calculation? i only managed to get the object name printed, e.g. Parameters: * Foo: resultObject[["something"]] but i would like to get the value of resultObject[[