sag_api: Build a SAG web service url

View source: R/sag_api.R

sag_apiR Documentation

Build a SAG web service url

Description

utility to build a url with optional query arguments

Usage

sag_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


sag_api("hi", bye = 21)
sag_api("StockList", year = 2021)


icesSAG documentation built on Oct. 30, 2024, 9:14 a.m.