manifest-internal: Internal functions used by 'manifest()'

manifest_url_generatorR 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])

Bioconductor/hca documentation built on March 27, 2024, 3:15 a.m.