head.SQLiteConnection: head for 'SQLiteConnection' object

Description Usage Arguments

View source: R/db_view.R

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

1
2
3
## S3 method for class 'SQLiteConnection'
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


rOpenHealth/rEHR documentation built on May 26, 2019, 8:51 p.m.