lp_download: Leanpub Download Latest Version

Description Usage Arguments Value Note Examples

View source: R/lp_download.R

Description

Leanpub Download Latest Version

Usage

1
2
lp_download(slug, format = c("pdf", "mobi", "epub"), api_key = NULL,
  secure = TRUE, verbose = TRUE, ...)

Arguments

slug

slug of the project

format

format of the book to download

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

Value

List of the result of the GET call and the content

Note

See https://leanpub.com/help/api

Examples

1
2
3
4
5
6
if (lp_have_api_key()) {
slug = "biostatmethods"
res = lp_download(slug, verbose = FALSE, nonstop = TRUE, error = FALSE,
format = "mobi")
file.exists(res)
}

leanpubr documentation built on May 1, 2019, 8:05 p.m.