Learn R Programming

timsr (version 0.0.3)

tables_names: Extract tables from sqlite database analysis.tdf.

Description

Extract tables from sqlite database analysis.tdf.

Usage

tables_names(timsr)

Arguments

timsr

Instance of TimsR

Value

character, names of tables.

Examples

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

Run the code above in your browser using DataLab