datsu_api {icesDatsu} | R Documentation |
Build a DATSU web service url
Description
utility to build a url with optional query arguments
Usage
datsu_api(service, ...)
Arguments
service |
the name of the service |
... |
name arguments will be added as queries |
Value
a complete url as a character string
Examples
datsu_api("hi", bye = 21)
datsu_api("getDataverIDs")
[Package icesDatsu version 1.1.0 Index]