Learn R Programming

opentimsr (version 1.0.13)

tables_names: 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

Run this code
# NOT RUN {
D = OpenTIMS('path/to/your/folder.d')
print(tables_names(D)) 
# }

Run the code above in your browser using DataLab