lp_links | R Documentation |
Leanpub Links
lp_links(slug, api_key = NULL, secure = TRUE, verbose = TRUE, ...)
slug |
slug of the project |
api_key |
API key for Leanpub, passed to |
secure |
passed to |
verbose |
print diagnostic messages |
... |
additional options to pass to |
List of URLs
See https://leanpub.com/help/api
if (lp_have_api_key()) {
slug = "biostatmethods"
res = lp_links(slug, nonstop = TRUE, error = FALSE)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.