Skip to content

remove helper functions; bug fixes; maintainance

Compare
Choose a tag to compare
@IndrajeetPatil IndrajeetPatil released this 30 Jan 05:08

report 0.5.0

BREAKING CHANGES

The following functions have been removed from {report} and now live in {datawizard} package:
Data wrangling helpers:

data_addprefix()

data_addsuffix()

data_findcols()

data_remove()

data_rename()

data_reorder()

Text formatting helpers:

format_text()

text_fullstop()

text_lastchar()

text_concatenate()

text_paste()

text_remove()

text_wrap()

MAJOR CHANGES

Reporting participant’s sex/gender information has improved (thanks to @drfeinberg, #212)

Separated sex and gender into different searches/columns

Sex is reported % female, % male, % other, % missing if any cases are missing

Gender is reported % Women, % Men, % Non-Binary, % missing if any cases are missing

Age reports % missing if any cases are missing.