snake_case_dimension {starschemar} | R Documentation |
Transform names according to the snake case style in a dimension
Description
Transform column, attribute and dimension names according to the snake case style.
Usage
snake_case_dimension(dimension)
## S3 method for class 'dimension_table'
snake_case_dimension(dimension)
Arguments
dimension |
A |
Value
A dimension_table
object.
[Package starschemar version 1.2.5 Index]