responseplot: Create a responseplot

Description Usage Arguments Value Examples

View source: R/responseplot.R

Description

Create a responseplot

Usage

1
responseplot(campaign_urn, aggregate, privacy_state = "both", ...)

Arguments

campaign_urn

id of the campaign

aggregate

optional number of days to aggregate over. Defaults to something smart.

privacy_state

either "shared" or "private" or "both"

...

stuff to pass on to oh.survey_response.read

Value

a responseplot

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
library(Mobilize)
## 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()

#make a plot
#responseplot("urn:ohmage:campaign:mycampaign");

## End(Not run)

Mobilize documentation built on May 30, 2017, 2:48 a.m.