Skip to content

Commit

Permalink
FIX: missing @export for S3 method
Browse files Browse the repository at this point in the history
  • Loading branch information
vh-d committed Apr 17, 2019
1 parent 0955e2b commit e941dfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Generated by roxygen2: do not edit by hand

S3method(convert_cols,data.table)
S3method(etl_read,DBIConnection)
S3method(etl_read,character)
S3method(etl_read,environment)
S3method(etl_read,odbc32)
Expand Down
1 change: 1 addition & 0 deletions R/pipes.R
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ etl_read <- function(from, ...) {
}

# for all DBI-compliant drivers
#' @export
etl_read.DBIConnection <- function(
from,
name,
Expand Down

0 comments on commit e941dfc

Please sign in to comment.