Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closes #45 replace format_* functions #49

Merged
merged 5 commits into from
Jan 25, 2023
Merged

Conversation

kaz462
Copy link
Collaborator

@kaz462 kaz462 commented Jan 21, 2023

No description provided.

Copy link

@thomas-neitmann thomas-neitmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot @kaz462!

Please remove the not used format_*() function from the R folder and fix the styler issue. Then we can merge this.

Comment on lines 139 to 140
create_cat_var(adsl_spec, AGE, AGEGR1, AGEGR1N) %>% # replace format_agegr1/format_agegr1n
create_var_from_codelist(adsl_spec, RACE, RACEN) %>% # replace format_racen

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you remove the comments #replace format_ everywhere?

@thomas-neitmann thomas-neitmann self-requested a review January 25, 2023 09:15
@thomas-neitmann thomas-neitmann merged commit 33fe81b into main Jan 25, 2023
@thomas-neitmann thomas-neitmann deleted the 45_adsl_codelist_kaz branch January 25, 2023 09:16
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ADSL: utilize the codelist from define to derive paired variables, replace case_when/format functions
2 participants