sd_api {icesSD}R Documentation

Build a Stock Database (SD) web service url

Description

utility to build a url with optional query arguments

Usage

sd_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


sd_api("hi", bye = 21)
sd_api("odata4/StockListDWs4")


[Package icesSD version 2.0.0 Index]