tables_names: Extract tables from sqlite database analysis.tdf.

View source: R/opentimsr.R

tables_namesR Documentation

Extract tables from sqlite database analysis.tdf.

Description

Extract tables from sqlite database analysis.tdf.

Usage

tables_names(opentims)

Arguments

opentims

Instance of OpenTIMS

Value

Names of tables.

Examples

## Not run: 
D = OpenTIMS('path/to/your/folder.d')
print(tables_names(D)) 

## End(Not run)

opentimsr documentation built on March 30, 2022, 1:06 a.m.