Path to Bathing Spot API endpoint
1 2 3 4 5 6 7 | path_bathingspot(
user_id = -1L,
spot_id = -1L,
limit = NULL,
skip = NULL,
sep = "/"
)
|
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.