diff options
Diffstat (limited to 'KOR.addrlink/tests/test_sanitize_street.Rout.save')
| -rw-r--r-- | KOR.addrlink/tests/test_sanitize_street.Rout.save | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/KOR.addrlink/tests/test_sanitize_street.Rout.save b/KOR.addrlink/tests/test_sanitize_street.Rout.save new file mode 100644 index 0000000..3bb9e3f --- /dev/null +++ b/KOR.addrlink/tests/test_sanitize_street.Rout.save @@ -0,0 +1,23 @@ + +R version 4.3.3 (2024-02-29) -- "Angel Food Cake" +Copyright (C) 2024 The R Foundation for Statistical Computing +Platform: x86_64-pc-linux-gnu (64-bit) + +R is free software and comes with ABSOLUTELY NO WARRANTY. +You are welcome to redistribute it under certain conditions. +Type 'license()' or 'licence()' for distribution details. + +R is a collaborative project with many contributors. +Type 'contributors()' for more information and +'citation()' on how to cite R or R packages in publications. + +Type 'demo()' for some demos, 'help()' for on-line help, or +'help.start()' for an HTML browser interface to help. +Type 'q()' to quit R. + +> KOR.addrlink:::sanitize_street(c("Binde-Strich-Strasse", "Teststr.", "A.-B.-C.-Str.")) +[1] "bindestrichstrasse" "teststrasse" "abcstrasse" +> +> proc.time() + user system elapsed + 0.259 0.059 0.289 |