# Let's build a data_set set
data_set <- data.frame(ID = seq_len(5),
col1 = c("1.2", "1.3", "1.2", "1", "6"),
col2 = c("1,2", "1,3", "1,2", "1", "6")
)
# using the find_and_transform_numerics
find_and_transform_numerics(data_set, n_test = 5)
Run the code above in your browser using DataLab