Learn R Programming

icesTAF (version 4.3.0)

taf_api: Build a SAG web service url

Description

utility to build a url with optional query arguments

Usage

taf_api(service, ...)

Value

a complete url as a character string

Arguments

service

the name of the service

...

name arguments will be added as queries

Examples

Run this code

taf_api("hi", bye = 21)
taf_api("FLStocks")

Run the code above in your browser using DataLab