set_fact_name {starschemar} | R Documentation |
Set fact name
Description
It allows us to define the name of facts.
Usage
set_fact_name(ft, name)
## S3 method for class 'fact_table'
set_fact_name(ft, name)
Arguments
ft |
A |
name |
A string, name of fact. |
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.
Value
A fact_table
object.
[Package starschemar version 1.2.5 Index]