We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e37b0ee commit 2bcfc6cCopy full SHA for 2bcfc6c
man/reopen_connection.Rd
@@ -5,10 +5,11 @@
5
S3 generic to reopen a connection in binary read mode. Used internally by \code{fread}. Exported so packages with custom connection classes can define methods.
6
}
7
\usage{
8
-reopen_connection(con, ...)
+reopen_connection(con, description, ...)
9
10
\arguments{
11
\item{con}{ A connection object. }
12
+ \item{description}{ character string. A description of the connection. }
13
\item{...}{ Additional arguments for methods. }
14
15
\details{
0 commit comments