The best way to integrate R and Flash / Flex

I want to make Flash or Flex for my R-code, I want to call the R function from a website (using Flash), which is best for connecting Flash and R?

+6
flex flash r
source share
2 answers

This does not directly concern your needs, but the animation package also allows you to create Flash output , but only static animations. Here are the slides from UseR! last year .

Edit: You should also check out this blog post from David Smith .

+3
source share

Duncan Temple Lang has a FlashMXML package that it provides (and quote):

  • various graphics devices for R that generate the graph as ActionScript code that can be displayed in a Flash application, and
  • tools for creating MXML content from R data
  • R function to compile MXML files into SWF binaries to run Flash Player in a web browser or offline.
+7
source share