Skip to content

Commit 441c557

Browse files
committed
add aliases for S3 methods
1 parent 5182c0c commit 441c557

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

man/connection_opener.Rd

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
\name{connection_opener}
22
\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}
310
\title{ Create a function to open connections in binary mode }
411
\description{
512
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

Comments
 (0)