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)


ices-tools-prod/icesVMS documentation built on April 24, 2023, 2:31 a.m.