[rkward-devel] header parameters

Thomas Friedrichsmeier thomas.friedrichsmeier at ruhr-uni-bochum.de
Wed Nov 11 15:46:36 UTC 2015


Hi,

On Wed, 11 Nov 2015 16:37:52 +0100
meik michalke <Meik.Michalke at uni-duesseldorf.de> 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[["something"]]
> 
> but i would like to get the value of resultObject[["something"]]
> printed instead.

you want to add noquote() around the code. As in

  add (i18n ("Something of the result"), noquote
  ('resultObject[["something"]']));

Regards
Thomas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://mail.kde.org/pipermail/rkward-devel/attachments/20151111/03ecf6f4/attachment.sig>


More information about the rkward-devel mailing list