Merge branch 'master' of git.curoverse.com:arvados into 11876-r-sdk
[arvados.git] / sdk / R / man / Arvados.Rd
1 % Generated by roxygen2: do not edit by hand
2 % Please edit documentation in R/Arvados.R
3 \docType{data}
4 \name{Arvados}
5 \alias{Arvados}
6 \title{Arvados SDK Object}
7 \format{An object of class \code{R6ClassGenerator} of length 24.}
8 \usage{
9 Arvados
10 }
11 \description{
12 All Arvados logic is inside this class
13 }
14 \section{Fields}{
15
16 \describe{
17 \item{\code{token}}{Token represents user authentification token.}
18
19 \item{\code{host}}{Host represents server name we wish to connect to.}
20 }}
21
22 \examples{
23 arv = Arvados$new("token", "host_name")
24 }
25 \keyword{datasets}