A Survey Monkey R Client (Rmonkey)
Programmatic access to the Survey Monkey API , which currently provides extensive functionality for monitoring surveys and retrieving survey results and some functionality for creating new surveys and data collectors.

rPithon (rPithon)
rPithon is a package which allows you to execute Python code from within R, passing R variables to Python, and reading Python results back into R. The functions are based on those from rPython, but the way it works is fundamentally different: in this package, an actual Python process is started and communication with it occurs over a so-called pipe. To exchange data, the rPithon package also makes use of RJSONIO to convert data structures to and from the JSON format.

Package allowing R to call Python (rPython)
This package permits calls to Python from R