Skip to content

Commit d520cd4

Browse files
committed
adjust doc
1 parent d76c3a5 commit d520cd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

man/reopen_connection.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ reopen_connection(con, ...)
1212
\item{...}{ Additional arguments for methods. }
1313
}
1414
\details{
15-
Reopens a connection in binary read mode (\code{"rb"}). Methods are provided for \code{file}, \code{gzfile}, \code{bzfile}, \code{url}, and \code{pipe} connections.
15+
Reopens a connection in binary read mode (\code{"rb"}). Methods are provided for \code{file}, \code{gzfile}, \code{bzfile}, \code{url}, \code{unz} and \code{pipe} connections.
1616

1717
To support custom connection types with \code{fread}, define a method for your connection class that returns a new connection opened in binary mode.
1818
}

0 commit comments

Comments
 (0)