Query names are matched case-insensitively. Format matching recognizes
common names and media types, including MIME parameters. With query and
format, query-specific formats take precedence and collection-level
formats are used only when the query advertises none. With format alone,
all top-level and query-specific formats are searched.
Usage
edr_supports(
x,
collection_id = NULL,
instance_id = NULL,
query = NULL,
format = NULL,
conformance = NULL,
refresh = FALSE
)Arguments
- x
An
edr_client()or anedr_capabilitiessnapshot.- collection_id
Collection to inspect when
xis a client. Required for query or format checks unlessxis already collection/instance scoped.- instance_id
Optional instance to inspect. Requires
collection_idwhenxis a client.- query
Optional scalar query type, such as
"cube"or"position".- format
Optional scalar output format or media type.
- conformance
Optional conformance URI, namespace shorthand, or unambiguous final URI component.
- refresh
If
TRUE, bypass and replace cached discovery metadata.