Skip to content

Commit 2bcfc6c

Browse files
committed
update docs
1 parent e37b0ee commit 2bcfc6c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

man/reopen_connection.Rd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
55
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.
66
}
77
\usage{
8-
reopen_connection(con, ...)
8+
reopen_connection(con, description, ...)
99
}
1010
\arguments{
1111
\item{con}{ A connection object. }
12+
\item{description}{ character string. A description of the connection. }
1213
\item{...}{ Additional arguments for methods. }
1314
}
1415
\details{

0 commit comments

Comments
 (0)