powered by
utility to build a url with optional query arguments
vms_api(service, ...)
a complete url as a character string
the name of the service
named arguments will be added as queries
vms_api("hi", bye = 21) vms_api("csquares", argument1 = 2021, argument2 = NULL)
Run the code above in your browser using DataLab