Marc Kupietz | cf1caf4 | 2019-09-07 19:19:31 +0200 | [diff] [blame^] | 1 | % Generated by roxygen2: do not edit by hand |
| 2 | % Please edit documentation in R/KorAPConnection.R |
| 3 | \name{KorAPConnection} |
| 4 | \alias{KorAPConnection} |
| 5 | \title{\code{KorAPQuery} initiates a connect to some KorAP server.} |
| 6 | \usage{ |
| 7 | KorAPConnection(KorAPUrl = defaultKorAPUrl, apiVersion = "v1.0", |
| 8 | apiUrl = NA) |
| 9 | } |
| 10 | \arguments{ |
| 11 | \item{KorAPUrl}{instead of providing the query and vc string parameters, you can also simply copy a KorAP query URL from your browser and use it here (and in \code{KorAPConnection}) to provide all necessary information for the query.} |
| 12 | } |
| 13 | \value{ |
| 14 | object that contains all necessary connection information and can be used on \code{\link{KorAPQuery}} |
| 15 | } |
| 16 | \description{ |
| 17 | \code{KorAPQuery} initiates a connect to some KorAP server. |
| 18 | } |