Skip to contents

useful for testing/exploration without creating large memory objects

Usage

table_head(conn, tablename, n = 10)

Arguments

conn

database connection

tablename

a table that exists in the database

n

number of rows to return, default 10

Value

dataframe as result of query, or a promise of one for some db