Learn R Programming

rEHR (version 1.0)

head.SQLiteConnection: head for SQLiteConnection object

Description

If just a database connection is selected, returns a dataframe of table names If a table name is also supplied, the first n rows from this table are output

Usage

"head"(x, table = NULL, n = 6L, temp = FALSE, ...)

Arguments

x
A SQLiteConnection object
table
character specifying a table
n
integer: Number of rows to output
temp
logical should the function list the temp tables
...
Additional arguments