head.SQLiteConnection: head for 'SQLiteConnection' object

View source: R/db_view.R

head.SQLiteConnectionR Documentation

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

## 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 Sept. 25, 2024, 5:32 p.m.