v0.7.0
Tidier v0.7.0
Closed issues:
- Columns containing spaces in names (#47)
- Adding support for
@bind_rows
and@bind_cols
(#54) - Add ntile() (#60)
- Supporting
contains
within@filter
(#62) - Implement
janitor::clean_names()
(#64) - Macros/functions to add for v0.7.0 (#69)
- List of supported macros/functions getting too long (#72)
Merged pull requests:
- add newest version via main (#59) (@lazarusA)
- add backticks to parse_interpolation() (#61) (@kdpsingh)
- fix title angle (#63) (@pdimens)
- Add
@bind_rows
and@bind_cols
(#65) (@zzhaozheUM) - Fixed typo. (#67) (@kdpsingh)
- add
@clean_names
macro with optionalcase
argument. (#68) (@kdpsingh) - Add license and downloads stats badges to README file (#70) (@pitmonticone)
- Added
@count()
,@tally()
,ntile()
. (#73) (@kdpsingh)