View source: R/oh.survey_response.read.R
Read survey responses
1 2 3 4 5 | oh.survey_response.read(campaign_urn,
prompt_id_list = "urn:ohmage:special:all", privacy_state = "both",
column_list="urn:ohmage:user:id,urn:ohmage:prompt:response,urn:ohmage:context:timestamp",
output_format = "json-columns", user_list = "urn:ohmage:special:all",
to.data.frame = TRUE, ...)
|
campaign_urn |
campaign id |
prompt_id_list |
comma seperated ist of promt id's |
privacy_state |
shared or private |
column_list |
ohmage columns |
output_format |
should be json-columns |
user_list |
list of users |
to.data.frame |
if data should be converted to a dataframe |
... |
other args passed to ohmage |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.