vms_api: Build a VMS web service url

View source: R/vms_api.R

vms_apiR 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)


icesVMS documentation built on March 31, 2023, 5:49 p.m.