Skip to contents

Obtain the names of the tables of a star database.

Usage

get_table_names(db)

# S3 method for star_database
get_table_names(db)

Arguments

db

A star_database object.

Value

A vector of strings, table names.

Examples


names <- star_database(mrs_cause_schema, ft_num) |>
  get_table_names()