-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labeling with Hmisc::label() #26
Comments
Great question. It should be possible using the `` in the table1(
data,
var1, var2, var3,
var_names = Hmisc::label(
select(data, var1, var2, var3)
)) This is a feature I could add to the package but won't have time for a bit. |
This works very well! I think it would be a great addition. The only label it does not change is the |
I have made a wrapper for your
|
Nice! I like this. Thanks for sharing! I may come back to this soon and think about how to implement this in the package, if you don't mind. |
Of course! Hopefully you can figure out how to work in printing the label for the 'splitby' variable too. |
Is there anyway to replace the variable names in the output table with labels assigned to data frame columns by
Hmisc::label()
? Thetable1
package does this nicely.The text was updated successfully, but these errors were encountered: