lp_links {leanpubr} | R Documentation |
Leanpub Links
Description
Leanpub Links
Usage
lp_links(slug, api_key = NULL, secure = TRUE, verbose = TRUE, ...)
Arguments
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 |
Value
List of URLs
Note
See https://leanpub.com/help/api
Examples
if (lp_have_api_key()) {
slug = "biostatmethods"
res = lp_links(slug, nonstop = TRUE, error = FALSE)
}
[Package leanpubr version 0.3.1 Index]