1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-09 04:02:19 +02:00

(v1.7.1.9074) as.mo() improvement, ASCII replacements for unit tests

This commit is contained in:
2021-12-14 22:39:23 +01:00
parent bd4bb1d72f
commit 76dee66852
33 changed files with 6809 additions and 6787 deletions

View File

@ -126,7 +126,7 @@ SPSS_data
# 8 10011 1 1 73.1
# 9 10017 1 1 56.7
# 10 10018 0 1 66.6
# # with 4,193 more rows
# # ... with 4,193 more rows
as_factor(SPSS_data)
# # A tibble: 4,203 x 4
@ -142,7 +142,7 @@ as_factor(SPSS_data)
# 8 10011 Male alive 73.1
# 9 10017 Male alive 56.7
# 10 10018 Female alive 66.6
# # with 4,193 more rows
# # ... with 4,193 more rows
```
### Base R