.get_dim_cols {fftab} | R Documentation |
Select Columns Starting with .dim_
Description
Selects columns from a data frame whose names start with .dim_
.
Usage
.get_dim_cols(x)
Arguments
x |
A data frame or tibble from which to select columns. |
Value
A data frame containing only the columns that start with .dim_
.
[Package fftab version 0.1.0 Index]