get_fact_name {starschemar}R Documentation

Get fact name

Description

Get the name of the fact table.

Usage

get_fact_name(st)

## S3 method for class 'star_schema'
get_fact_name(st)

Arguments

st

A star_schema object.

Value

A string, name of the fact table.


[Package starschemar version 1.2.5 Index]