Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions tests/testthat/_snaps/maria/flatten.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
out
Output
fact dim_1~1 dim_1~2 dim_2~3 dim_3~4 dim_4~5 somet~6 somet~7 somet~8 somet~9
<chr> <int> <chr> <chr> <chr> <int> <int> <chr> <chr> <chr>
1 acorn 14 N c X 7 1 p G G
2 blub~ 13 M d W 8 2 o H H
3 cind~ 12 L e V 9 3 n I I
4 depth 11 K f U 10 4 m J J
5 elys~ 10 J g T 11 5 l K K
6 fant~ 9 I h S 12 6 k L L
7 gorg~ 8 H i R 13 7 j M M
8 halo 7 G j Q 14 8 i N N
9 ill-~ 6 F k P 15 9 h O O
10 jitt~ 5 E l O 16 10 g P P
# ... with 1 more variable: something.dim_4 <chr>, and abbreviated variable
<chr> <int> <chr> <chr> <chr> <int> <int> <chr> <chr> <int>
1 acorn 14 N c X 7 1 p G 22
2 blub~ 13 M d W 8 2 o H 21
3 cind~ 12 L e V 9 3 n I 20
4 depth 11 K f U 10 4 m J 19
5 elys~ 10 J g T 11 5 l K 18
6 fant~ 9 I h S 12 6 k L 17
7 gorg~ 8 H i R 13 7 j M 16
8 halo 7 G j Q 14 8 i N 15
9 ill-~ 6 F k P 15 9 h O 14
10 jitt~ 5 E l O 16 10 g P 13
# ... with 1 more variable: something.dim_4 <int>, and abbreviated variable
# names 1: dim_1_key_1, 2: dim_1_key_2, 3: dim_2_key, 4: dim_3_key,
# 5: dim_4_key, 6: something.fact, 7: something.dim_1, 8: something.dim_2,
# 9: something.dim_3
Expand Down