From e941dfc93bd1fc097579695b9f27627dd012dacc Mon Sep 17 00:00:00 2001 From: vh-d Date: Wed, 17 Apr 2019 13:43:53 +0200 Subject: [PATCH] FIX: missing @export for S3 method --- NAMESPACE | 1 + R/pipes.R | 1 + 2 files changed, 2 insertions(+) diff --git a/NAMESPACE b/NAMESPACE index 055e748..7a0bafb 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -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) diff --git a/R/pipes.R b/R/pipes.R index 7fe286c..58d746a 100644 --- a/R/pipes.R +++ b/R/pipes.R @@ -94,6 +94,7 @@ etl_read <- function(from, ...) { } # for all DBI-compliant drivers +#' @export etl_read.DBIConnection <- function( from, name,