| % Generated by roxygen2: do not edit by hand |
| % Please edit documentation in R/KorAPQuery.R |
| \docType{class} |
| \name{KorAPQuery-class} |
| \alias{KorAPQuery-class} |
| \alias{KorAPQuery} |
| \alias{buildWebUIRequestUrlFromString} |
| \alias{buildWebUIRequestUrl} |
| \alias{format.KorAPQuery} |
| \alias{show,KorAPQuery-method} |
| \title{KorAPQuery class (internal)} |
| \usage{ |
| buildWebUIRequestUrlFromString(KorAPUrl, query, vc = "", ql = "poliqarp") |
| |
| buildWebUIRequestUrl( |
| kco, |
| query = if (missing(KorAPUrl)) { |
| |
| stop("At least one of the parameters query and KorAPUrl must be specified.", call. = |
| FALSE) |
| } else { |
| httr2::url_parse(KorAPUrl)$query$q |
| }, |
| vc = if (missing(KorAPUrl)) "" else httr2::url_parse(KorAPUrl)$query$cq, |
| KorAPUrl, |
| ql = if (missing(KorAPUrl)) "poliqarp" else httr2::url_parse(KorAPUrl)$query$ql |
| ) |
| |
| \method{format}{KorAPQuery}(x, ...) |
| |
| \S4method{show}{KorAPQuery}(object) |
| } |
| \arguments{ |
| \item{x}{KorAPQuery object} |
| |
| \item{...}{further arguments passed to or from other methods} |
| |
| \item{object}{KorAPQuery object} |
| } |
| \description{ |
| Internal class for query state management. Users work with \code{corpusQuery()}, \code{fetchAll()}, and \code{fetchNext()} instead. |
| } |
| \keyword{internal} |