snake_case_fact {starschemar}R Documentation

Transform names according to the snake case style in a fact table

Description

Transform foreign keys, measures and fact table names according to the snake case style.

Usage

snake_case_fact(ft)

## S3 method for class 'fact_table'
snake_case_fact(ft)

Arguments

ft

A fact_table object.

Value

A fact_table object.


[Package starschemar version 1.2.5 Index]