You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to be able to pass tidy select directly to the function and the attributes that I want to add a value for. It may also be cool to be able to provide a default value for each attribute.
# Work on the name
cb_generate_add_col_attributes(
.cols = select(motivate, starts_with("arth")),
.attrs = list(
source = "Arthritis Self-Efficacy",
value_labels = c("Very Uncertain" = 1, "Very certain" = 10)
)
)
But instead of printing out code, why not just make this add the attributes?
This need to be a separate issue (just writing it here before I forget), but I may also want quick add functions for each of the five special attributes.
Overview
This function works, just need to wrap it up
I want to be able to pass tidy select directly to the function and the attributes that I want to add a value for. It may also be cool to be able to provide a default value for each attribute.
But instead of printing out code, why not just make this add the attributes?
This need to be a separate issue (just writing it here before I forget), but I may also want quick add functions for each of the five special attributes.
Left off
Haven't started yet
Task list
The text was updated successfully, but these errors were encountered: