surveyR builds on the limer package from Andrew Heiss, providing a large number of convenient functions for people who want to use R with LimeSurvey's RemoteControl 2 API in order to batch create and modify surveys, as well as download and manipulate the resultant survey data. Amongst others, there are functions to create mobile-friendly JavaScript based survey questions that allow users to pack thousands more questions into a single LimeSurvey!
The major prerequisite is that you have enabled LimeSurvey's RPC interface, found in the administration section: Configuration > Global settings > Interfaces > RPC interface enabled = JSON-RPC (not XML-RPC). More details are available here. The API URL should look something like http://example.com/limesurvey/admin/remotecontrol.
Once you have that set up, then you can use the Setup_Limesurvey function in order to enter the URL to your specific LimeSurvey instance, as well as your username and password.
Setup_Limesurvey(url = "example_url", username = "example_username", password = "example_password")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.