Learn R Programming

leanpubr (version 0.3.1)

lp_links: Leanpub Links

Description

Leanpub Links

Usage

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

Value

List of URLs

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
if (lp_have_api_key()) {
slug = "biostatmethods"
res = lp_links(slug, nonstop = TRUE, error = FALSE)
}

Run the code above in your browser using DataLab