View source: R/PurpleAir_API.R
PurpleAir_deleteMember | R Documentation |
Sends a request to the PurpleAirAPI API endpoint described at: https://api.purpleair.com/#api-groups-delete-member
PurpleAir_deleteMember(
api_key = NULL,
group_id = NULL,
member_id = NULL,
baseUrl = "https://api.purpleair.com/v1/groups"
)
api_key |
PurpleAir API WITE key. |
group_id |
The |
member_id |
The |
baseUrl |
URL endpoint for the "Delete Member" API. |
No return.
# Fail gracefully if any resources are not available
try({
library(AirSensor2)
PurpleAir_getGroupDetail(
api_key = PurpleAir_API_READ_KEY,
group_id = MY_GROUP_ID
)
}, silent = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.