newURL {neotoma2}R Documentation

Format API call to Neotoma from call arguments

Description

Take a set of arguments from the Neotoma2 package and produce the appropriate URL to the Neotoma v2.0 API. This is an internal function used by parseURL().

Usage

newURL(baseurl, args, ...)

Arguments

baseurl

The base URL for the Neotoma API

args

The set of query arguments to be passed to the API

...

Any additional arguments to be passed to the function.

Value

A properly formatted URL.


[Package neotoma2 version 1.0.3 Index]