hi,

Am Dienstag, 26. Februar 2013, 13:26:06 schrieb Thomas Friedrichsmeier:
> Consider whether (some of) this can be implemented in plain JS.

it would all need to be plain JS anyway, as it would have to work in a plugin
in the end ;-) any rkwarddev solution would actually only generate JS code
(like rk.JS.options(), for example).

i need some time to come up with a solution. in my case,

    col1  col2  col3
  1  x     y     z
  2  a           c

needs to come out as

  list(
    c(col1="x", col2="y", col3="z"),
    c(col1="a", col3="c")
  )

i'm not sure yet this can be done with static JS code and still be flexible
enough to take any number of columns, without a generator function producing
the JS code.

> BTW, my own experience with using optionsets is not exactly extensive,
> either.

well, it's fun to have something new to play with ;-)


viele grüße :: m.eik

--
dipl. psych. meik michalke
institut f"ur experimentelle psychologie
abt. f"ur diagnostik und differentielle psychologie
heinrich-heine-universit"at d-40204 d"usseldorf

Attachment: signature.asc
Description: This is a digitally signed message part.

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
RKWard-devel mailing list
RKWard-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rkward-devel

Reply via email to