ip_fixname: Return fixed name of input dataframe

Description Usage Arguments Examples

View source: R/ipfun.R

Description

Fix the input dataframe names by removing special characters such as "_"

Usage

1
2
3
4
ip_fixname(
  df,
  rmlist = c(" ", "(", ")", ":", "_", "-", "\\", "/", "'", "\"")
)

Arguments

df

- the input dataframe

rmlist

- special chars to remove, default: " ", "(", ")", ":", "_", "-", "\", "/"

Examples

1
names(dataframe_tobe_fixed) = ip_fixname(dataframe_tobe_fixed)

ipstone/ipfun documentation built on Nov. 17, 2020, 7:09 a.m.