Skip to content

Commit

Permalink
Added option varOrd to ensure that the way the conditions are numbere…
Browse files Browse the repository at this point in the history
…d matches the order of splits in the variable names
  • Loading branch information
sjentsch committed Aug 5, 2023
1 parent 6dcda89 commit bc0d24e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,9 @@ list.files(".", "Trial.omv")
#> [1] "Trial.omv"
file.info("Trial.omv")
#> size isdir mode mtime ctime
#> Trial.omv 1723 FALSE 664 2023-08-05 15:01:28 2023-08-05 15:01:28
#> Trial.omv 1723 FALSE 664 2023-08-05 22:06:14 2023-08-05 22:06:14
#> atime uid gid uname grname
#> Trial.omv 2023-08-05 15:01:28 1000 1000 sjentsch sjentsch
#> Trial.omv 2023-08-05 22:06:14 1000 1000 sjentsch sjentsch
unlink("Trial.omv")
```

Expand Down
6 changes: 6 additions & 0 deletions man/wide2long_omv.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bc0d24e

Please sign in to comment.