vms_api {icesVMS}R Documentation

Build a VMS web service url

Description

utility to build a url with optional query arguments

Usage

vms_api(service, ...)

Arguments

service

the name of the service

...

named arguments will be added as queries

Value

a complete url as a character string

Examples


vms_api("hi", bye = 21)
vms_api("csquares", argument1 = 2021, argument2 = NULL)


[Package icesVMS version 1.1.4 Index]