NickCH-K / vtable

An R package for creating Variable Documentation Files

Home Page:https://nickch-k.github.io/vtable/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow summ functions of factor and character variables

NickCH-K opened this issue · comments

Currently, all summ functions other than countNA and propNA skip factors and characters, even if they would make sense. Change this!

Related, but this issue also means that labeled variables, turned into factors, don't get summ either. Also, this process turns unlabeled values into NA, which messes up summ and missing.

Solved by 287937f