[1] 3697 1906 6738#benchmark the cleaning based on 10 runs and show it in seconds:microbenchmark::microbenchmark(logical=clean_logical(values),character=clean_character(values),numeric=clean_numeric(values),times=10,unit="s")#> Unit: seconds#> expr min lq mean median uq max neval#> ...