powered by
Leanpub Links
lp_links(slug, api_key = NULL, secure = TRUE, verbose = TRUE, ...)
List of URLs
slug of the project
API key for Leanpub, passed to lp_api_key
lp_api_key
passed to lp_base_url for https
lp_base_url
print diagnostic messages
additional options to pass to GET
GET
if (lp_have_api_key()) { slug = "biostatmethods" res = lp_links(slug, nonstop = TRUE, error = FALSE) }
Run the code above in your browser using DataLab