if (FALSE) {
# List all available mutations
mutations <- meetupr_schema_mutations()
# Check if mutations are supported
if (nrow(mutations) > 0 && !"message" %in% names(mutations)) {
print(mutations$field_name)
}
}
Run the code above in your browser using DataLab