ef_tibcol: Replace spaces with . in column header and convert to tibble

Description Usage Arguments Examples

View source: R/utils.R

Description

Replace spaces with . in column header and convert to tibble

Usage

1
ef_tibcol(tibDF)

Arguments

tibDF

Tibble or Dataframe

Examples

1
2
3
4
5
6
7
## Not run: 

testdf = dplyr::tibble(`test col` = c(1:10))
ef_tibcol(testdf)


## End(Not run)

exploringfinance/efutils documentation built on Jan. 2, 2022, 4:26 a.m.