Learn R Programming

leanpubr (version 0.3.1)

lp_sales: Leanpub Sales Information

Description

Leanpub Sales Information

Usage

lp_sales(slug, api_key = NULL, secure = TRUE, verbose = TRUE, ...)

lp_all_sales(slug, api_key = NULL, secure = TRUE, verbose = TRUE, ...)

Value

List of the result of the GET call and the content

Arguments

slug

slug of the project

api_key

API key for Leanpub, passed to lp_api_key

secure

passed to lp_base_url for https

verbose

print diagnostic messages

...

additional options to pass to GET

Examples

Run this code
# \donttest{
if (lp_have_api_key()) {
lp_all_sales(slug = "biostatmethods", query = list(page=2))
}
# }

Run the code above in your browser using DataLab