Skip to content
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

cli for is_mapping_valid #375

Merged
merged 1 commit into from
Apr 18, 2022
Merged

cli for is_mapping_valid #375

merged 1 commit into from
Apr 18, 2022

Conversation

mattroumaya
Copy link
Contributor

Overview

  • Adds {cli} for is_mapping_valid() when bQuiet == FALSE

image

Test Notes/Sample Code

df <- clindata::rawplus_subj
df$SubjectID[1] <- df$SubjectID[2]
df$SiteID <- NULL

a <- is_mapping_valid(df = df,
                 mapping = subj_mapping,
                 vUniqueCols = "strIDCol",
                 vRequiredParams = c("strIDCol", "strSiteCol", "strExposureCol"), 
                 bQuiet = FALSE)

Notes: holding off on updating RunAssessment until we know if using the original or recently refactored version

@mattroumaya mattroumaya requested a review from jwildfire April 18, 2022 14:34
@jwildfire jwildfire merged commit c64db28 into dev Apr 18, 2022
@samussiah samussiah deleted the fix-374 branch May 25, 2022 21:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants