path_bathingspot: Path to Bathing Spot API endpoint

Description Usage Examples

View source: R/api_paths.R

Description

Path to Bathing Spot API endpoint

Usage

1
2
3
4
5
6
7
path_bathingspot(
  user_id = -1L,
  spot_id = -1L,
  limit = NULL,
  skip = NULL,
  sep = "/"
)

Examples

1
2
3
4
fhpredict:::path_bathingspot()
fhpredict:::path_bathingspot(spot_id = 3)
fhpredict:::path_bathingspot(user_id = 7)
fhpredict:::path_bathingspot(user_id = 22, spot_id = 33)

KWB-R/fhpredict documentation built on Nov. 1, 2020, 5:58 a.m.