Description Usage Arguments Value Examples
This function pulls data from surveycto using their api. Typically, numeric fields will be read as character by R when downloaded using the api. User will manually need to convert the field types as necessary.
1 |
formid |
character: is the Surveycto form id. |
servername |
character: is the name of the Surveycto server. |
username |
character: is the username for the account being used to login to the server. |
password |
character: is the password for the account being used to login to the server. |
key |
character: name of the private encryption file, if applicable. If it doesn't contain an absolute path, the file name is relative to the current working directory, getwd(). If the form is encrypted and a key is not provided, only the fields marked as publishable will be returned. Defaults to NULL. |
newserver |
logical: TRUE for surveycto version 2.70 and above. FALSE otherwise. Default is TRUE. |
A dataframe containing the formdata in wide format
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.