blob: 451aa24907991ee261dc06dc0ad70e197521a316 [file] [log] [blame]
Marc Kupietzcf1caf42019-09-07 19:19:31 +02001% 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{
7KorAPConnection(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{
14object 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}