Browse Source

forgot to Imports: readr

master
boB Rudis 6 years ago
parent
commit
8936be95ea
No known key found for this signature in database GPG Key ID: 1D7529BE14E2BBA9
  1. 1
      DESCRIPTION
  2. 2
      man/dbListTables-AthenaConnection-method.Rd

1
DESCRIPTION

@ -23,5 +23,6 @@ Depends:
Imports: Imports:
DBI, DBI,
dplyr, dplyr,
readr,
aws.signature aws.signature
RoxygenNote: 6.0.1.9000 RoxygenNote: 6.0.1.9000

2
man/dbListTables-AthenaConnection-method.Rd

@ -5,7 +5,7 @@
\alias{dbListTables,AthenaConnection-method} \alias{dbListTables,AthenaConnection-method}
\title{AthenaJDBC} \title{AthenaJDBC}
\usage{ \usage{
\S4method{dbListTables}{AthenaConnection}(conn, pattern = "\%", schema, ...) \S4method{dbListTables}{AthenaConnection}(conn, pattern = "*", schema, ...)
} }
\arguments{ \arguments{
\item{conn}{Athena connection} \item{conn}{Athena connection}

Loading…
Cancel
Save