Skip to contents

Get the top recipes ranked by download count from the active backend.

Usage

rank_recipes(n = NULL)

Arguments

n

Integer. Maximum number of recipes to return, or NULL for all.

Value

List of Recipe objects sorted by downloads (descending).

Examples

set_backend("local", path = tempfile(fileext = ".json"))
top10 <- rank_recipes(n = 10)