starschemar (version 1.2.0)

set_fact_name: Set fact name

Description

It allows us to define the name of facts.

Usage

set_fact_name(ft, name)

# S3 method for fact_table set_fact_name(ft, name)

Arguments

ft

A fact_table object.

name

A string, name of fact.

Value

A fact_table object.

Details

Attributes can be accessed directly but this function has been defined because it is used from other classes and is thus done in a more controlled way.