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 5182c0c commit 441c557Copy full SHA for 441c557
man/connection_opener.Rd
@@ -1,5 +1,12 @@
1
\name{connection_opener}
2
\alias{connection_opener}
3
+\alias{connection_opener.default}
4
+\alias{connection_opener.file}
5
+\alias{connection_opener.gzfile}
6
+\alias{connection_opener.bzfile}
7
+\alias{connection_opener.url}
8
+\alias{connection_opener.unz}
9
+\alias{connection_opener.pipe}
10
\title{ Create a function to open connections in binary mode }
11
\description{
12
S3 generic that returns a function to open a connection in binary read mode. Used internally by \code{fread}. Exported so packages with custom connection classes can define methods.
0 commit comments