Learn R Programming

ravelRy (version 0.1.0)

get_shop: Get details for a shop

Description

This function retrieves details for a shop using its id.

Usage

get_shop(id)

Arguments

id

shop id

Value

tibble containing shop info including address, contact info, and other descriptive variables.

Examples

Run this code
# NOT RUN {
get_shop(id = 1781)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab