1 % Generated by roxygen2: do not edit by hand
2 % Please edit documentation in R/loom.R
5 \title{Connect to a loom file}
7 connect(filename, mode = "r", skip.validate = FALSE)
10 \item{filename}{The loom file to connect to}
12 \item{mode}{How do we connect to it? Pass 'r' for read-only or 'r+' for read/write.
13 If \code{mode} is 'r+', loomR will automatically add missing required groups during validation}
15 \item{skip.validate}{Skip the validation steps, use only for extremely large loom files}
18 A loom file connection
21 Connect to a loom file