manifest_url_generator {hca}R Documentation

Internal functions used by manifest()

Description

manifest_url_generator() takes a filter object with criteria for the query and the catalog to search within.

manifest_uuid_constructor() takes a filter object with criteria for the query and the catalog to search within.

Usage

manifest_url_generator(manifest_filter, catalog)

manifest_uuid_constructor(manifest_filter, catalog)

Arguments

manifest_filter

hca filter object

catalog

character() name of catalog

Value

manifest_url_generator() returns a url string to be used in an API call

manifest_uuid_constructor() returns a url string to be used in an API call

Examples

hca:::manifest_url_generator(filters(), catalogs()[1])
hca:::manifest_uuid_constructor(filters(), catalogs()[1])

[Package hca version 1.1.5 Index]