Helper function to replace the first parenthesis by a "_" and erase the second. For exemple, lai(n) becomes lai_n.

Del_spe_col(x)

Arguments

x

A data.frame

Value

A data.frame with R-ready column names.

Examples

if (FALSE) { library(sticRs) ; library(data.table) a= data.table(`lai(n)`= c(1:8)) Del_spe_col(a) }