datsu_api {icesDatsu} | R Documentation |
utility to build a url with optional query arguments
datsu_api(service, ...)
service |
the name of the service |
... |
name arguments will be added as queries |
a complete url as a character string
datsu_api("hi", bye = 21)
datsu_api("getDataverIDs")