encodeUrlQuery function

Encode the Input for a URL Query Segment.

Encode the Input for a URL Query Segment.

Encodes the characters of the input so they are not interpreted as reserved characters in url strings. Will also encode non-ASCII unicode characters.

encodeUrlQuery(x, ...) ## S4 method for signature 'D1Client' encodeUrlQuery(x, querySegment, ...)

Arguments

  • x: A D1Client object.
  • ...: (Not yet used.)
  • querySegment: : a string to encode

Returns

the encoded form of the input

Examples

## Not run: d1c <- D1Client("STAGING", "urn:node:mnStageUCSB2") fullyEncodedQuery <- paste0("q=id:", encodeUrlQuery(d1c, encodeSolr("doi:10.6085/AA/YBHX00_XXXITBDXMMR01_20040720.50.5"))) ## End(Not run)

See Also

D1Clientclass description.

  • Maintainer: Matthew B. Jones
  • License: Apache License 2.0
  • Last published: 2022-06-10