Remove commata in elements in data.frame

Remove commata in elements in data.frame

removeCommata_dataframe(data, replaceComma = " ")

Arguments

data

data.frame with potentially commata in elements

replaceComma

Character to replace commata with

Value

data.frame without commata in elements