powered by
Products for a specific category
category_products(category_id, recursive = TRUE, ...)
A category ID.
Should all sub-categories be included?
Arguments passed through to paginate().
paginate()
Details of all products for a specific category as a data.frame.
data.frame
# NOT RUN { # Get products for a specific category. # } # NOT RUN { category_id = categories() %>% filter(category_label == "red wine") %>% pull(category_id) category_products(category_id) # }
Run the code above in your browser using DataLab