Learn R Programming

icesVMS (version 1.1.4)

vms_api: Build a VMS web service url

Description

utility to build a url with optional query arguments

Usage

vms_api(service, ...)

Value

a complete url as a character string

Arguments

service

the name of the service

...

named arguments will be added as queries

Examples

Run this code

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

Run the code above in your browser using DataLab