FixSeparator: Remove comma as thousand separator

Description Usage Arguments Value

Description

Some tables get exported from ArcGis using commas as thousand separator and are therefore imported as character. This function simply removes the commas.

Usage

1
FixSeparator(dt = NULL, column = NULL)

Arguments

dt

data.table The data.table with the column containing commas.

column

character Name of the column with commas.

Value

The data.table with the comma issue fixed.


LDalby/ralmass documentation built on May 8, 2019, 5:48 p.m.