Description Usage Arguments Examples
Authenticate with an ohmage server
1 |
user |
ohmage username |
password |
ohmage passwd |
serverurl |
url to the ohmage server |
... |
extra parameters for oh.call |
1 2 3 4 5 6 7 8 9 10 11 12 | library(Ohmage)
## Not run:
#authentication works like a cookie.
#oh.login("ohmage.admin", "ohmage.passwd", "https://example.com/app")
#list campaigns you are in
#oh.campaign.read()
#read some data
#oh.survey_response.read("urn:ohmage:campaign:mycampaign");
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.