lp_quiz_responses: Leanpub Quiz Responses for a Course

Description Usage Arguments Value Note Examples

Description

Leanpub Quiz Responses for a Course

Usage

1
2
3
lp_quiz_responses(slug, anonymized_id = NULL, body = list(),
  api_key = NULL, secure = TRUE, verbose = TRUE, query = list(),
  ...)

Arguments

slug

slug of the project

anonymized_id

Anonymized ID for a single user. For a single user's CSV, you will get the JSON response immediately.

body

body sent to POST

api_key

API key for Leanpub, passed to lp_api_key

secure

passed to lp_base_url for https

verbose

print diagnostic messages

query

query information to send to POST

...

additional options to pass to GET

Value

List of the result of the POST call and the content

Note

See Author -> Courses -> Course Name -> Quiz Responses on Leanpub

Examples

1
2
3
4
5
6
7
## Not run: 
if (lp_have_api_key()) {
slug = "muschellitestcourse"
res = lp_quiz_responses(slug, error = FALSE, verbose = 2)
}

## End(Not run)

muschellij2/leanpubr documentation built on May 18, 2019, 8:10 p.m.